#68AE10

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

Shades of Christi #68AE10

Tints of Christi #68AE10

Color information

#68AE10 (or 0x68AE10) is unknown color: approx Christi. HEX triplet: 68, AE and 10. RGB value is (104,174,16). Sum of RGB (Red+Green+Blue) = 104+174+16=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AE10 is #9751EF. Grayscale: #878787. Windows color (decimal): -9916912 or 1093224. OLE color: 1093224.

HSL color Cylindrical-coordinate representation of color #68AE10: hue angle of 86.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68AE10 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB10417416-
CMYK0.4000.910.32
HSL86.58º83.16%37.25%-
HSV(B)86.58º90.8%68.24%-
XYZ20.9433.255.81-
YUV135.0660.81105.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 174 (68.36% from 255) = 59.18%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=35.37%
G=59.18%
B=5.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104174160.4000.910.3286.5883.1637.25
Hex68AE102805B20575325
Octal150256205001334012712345
Binary110100010101110100001010000101101110000010101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,16); }

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

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

 a { background-color: rgb(104,174,16); }

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

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

 span { border-color: rgb(104,174,16); }

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