#64AE0E

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

Shades of Christi #64AE0E

Tints of Christi #64AE0E

Color information

#64AE0E (or 0x64AE0E) is unknown color: approx Christi. HEX triplet: 64, AE and 0E. RGB value is (100,174,14). Sum of RGB (Red+Green+Blue) = 100+174+14=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AE0E is #9B51F1. Grayscale: #868686. Windows color (decimal): -10179058 or 962148. OLE color: 962148.

HSL color Cylindrical-coordinate representation of color #64AE0E: hue angle of 87.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64AE0E is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB10017414-
CMYK0.4300.920.32
HSL87.75º85.11%36.86%-
HSV(B)87.75º91.95%68.24%-
XYZ20.4733.015.71-
YUV133.6360.48104.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 14 (5.86% from 255) = 4.86%
R=34.72%
G=60.42%
B=4.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174140.4300.920.3287.7585.1136.86
Hex64AEE2B05C20585525
Octal144256165301344013012545
Binary11001001010111011101010110101110010000010110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AE0E; }

 p { color: rgb(100,174,14); }

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

<style>
 a { background-color: #64AE0E; }

 a { background-color: rgb(100,174,14); }

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

<style>
 span { border-color: #64AE0E; }

 span { border-color: rgb(100,174,14); }

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