Html Css Color HEX #64A772 Oxley

📋 copy color: '#64A772'

red 100 ◦ green 167 ◦ blue 114

#64A772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #64A772

Tints of Oxley #64A772

RGB

 RED value IS 100 (39.45% from 255) = 26.25%

 GREEN value IS 167 (65.63% from 255) = 43.83%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 26.25%
G = 43.83%
B = 29.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#64A772 (or 0x64A772) is known color: Oxley. HEX triplet: 64, A7 and 72. RGB value is (100,167,114). Sum of RGB (Red+Green+Blue) = 100+167+114=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #64A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A772 is #9B588D. Grayscale: #8D8D8D. Windows color (decimal): -10180750 or 7513956. OLE color: 7513956.

HSL color Cylindrical-coordinate representation of color #64A772: hue angle of 132.54º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A772 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 167 114 -
CMYK 0.40 0 0.32 0.35
HSL 132.54º 0.28% 0.52% -
HSV(B) 132.54º 0.4% 0.65% -
XYZ 22.11 31.56 20.85 -
YUV 140.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 100 167 114 0.40 0 0.32 0.35 132.54 0.28 0.52
Hex 64 A7 72 28 0 20 23 85 1C 34
Octal 144 247 162 50 0 40 43 205 34 64
Binary 1100100 10100111 1110010 101000 0 100000 100011 10000101 11100 110100

Color Harmonies of #64A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A772

Black with #64A772

Text Example


Text Example

White with #64A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,167,114); }

 H1.HeaderClassName
 {
   color: #64A772;
 }
 .AnyTagClassName
 {
   color: #64A772;
 }
</style>

background-color css

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

 a { background-color: rgb(100,167,114); }

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

border-color css

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

 span { border-color: rgb(100,167,114); }

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