#68B025

Color #68B025 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68B025

Tints of Christi #68B025

Color information

#68B025 (or 0x68B025) is unknown color: approx Christi. HEX triplet: 68, B0 and 25. RGB value is (104,176,37). Sum of RGB (Red+Green+Blue) = 104+176+37=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #68B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B025 is #974FDA. Grayscale: #8B8B8B. Windows color (decimal): -9916379 or 2469992. OLE color: 2469992.

HSL color Cylindrical-coordinate representation of color #68B025: hue angle of 91.08º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68B025 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB10417637-
CMYK0.4100.790.31
HSL91.08º65.26%41.76%-
HSV(B)91.08º78.98%69.02%-
XYZ21.5734.137.2-
YUV138.6370.65103.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 176 (69.14% from 255) = 55.52%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=32.81%
G=55.52%
B=11.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104176370.4100.790.3191.0865.2641.76
Hex68B0252904F1F5b412a
Octal150260455101173713310152
Binary110100010110000100101101001010011111111110110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B025; }

 p { color: rgb(104,176,37); }

 H1.HeaderClassName
 {
   color: #68B025;
 }
 .AnyTagClassName
 {
   color: #68B025;
 }
</style>
background-color css

<style>
 a { background-color: #68B025; }

 a { background-color: rgb(104,176,37); }

 div.DivClassName
 {
   background-color: #68B025;
 }
 .BgClassName
 {
   background-color: #68B025;
 }
</style>
border-color css

<style>
 span { border-color: #68B025; }

 span { border-color: rgb(104,176,37); }

 td.TdClassName
 {
   border-color: #68B025;
 }
 .TagClassName
 {
   border-color: #68B025;
 }
</style>