Html Css Color HEX #64AB79 Oxley

📋 copy color: '#64AB79'

red 100 ◦ green 171 ◦ blue 121

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

Shades of Oxley #64AB79

Tints of Oxley #64AB79

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 25.51%
G = 43.62%
B = 30.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#64AB79 (or 0x64AB79) is known color: Oxley. HEX triplet: 64, AB and 79. RGB value is (100,171,121). Sum of RGB (Red+Green+Blue) = 100+171+121=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB79 is #9B5486. Grayscale: #909090. Windows color (decimal): -10179719 or 7973732. OLE color: 7973732.

HSL color Cylindrical-coordinate representation of color #64AB79: hue angle of 137.75º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB79 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 171 121 -
CMYK 0.42 0 0.29 0.33
HSL 137.75º 0.3% 0.53% -
HSV(B) 137.75º 0.42% 0.67% -
XYZ 23.27 33.22 23.27 -
YUV 144.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 100 171 121 0.42 0 0.29 0.33 137.75 0.3 0.53
Hex 64 AB 79 2A 0 1D 21 8A 1E 35
Octal 144 253 171 52 0 35 41 212 36 65
Binary 1100100 10101011 1111001 101010 0 11101 100001 10001010 11110 110101

Color Harmonies of #64AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB79

Black with #64AB79

Text Example


Text Example

White with #64AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,121); }

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

background-color css

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

 a { background-color: rgb(100,171,121); }

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

border-color css

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

 span { border-color: rgb(100,171,121); }

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