Html Css Color HEX #64A874 Oxley

📋 copy color: '#64A874'

red 100 ◦ green 168 ◦ blue 116

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

Shades of Oxley #64A874

Tints of Oxley #64A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 26.04%
G = 43.75%
B = 30.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#64A874 (or 0x64A874) is known color: Oxley. HEX triplet: 64, A8 and 74. RGB value is (100,168,116). Sum of RGB (Red+Green+Blue) = 100+168+116=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #64A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A874 is #9B578B. Grayscale: #8D8D8D. Windows color (decimal): -10180492 or 7645284. OLE color: 7645284.

HSL color Cylindrical-coordinate representation of color #64A874: hue angle of 134.12º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A874 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 116 -
CMYK 0.40 0 0.31 0.34
HSL 134.12º 0.28% 0.53% -
HSV(B) 134.12º 0.4% 0.66% -
XYZ 22.41 31.98 21.51 -
YUV 141.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 100 168 116 0.40 0 0.31 0.34 134.12 0.28 0.53
Hex 64 A8 74 28 0 1F 22 86 1C 35
Octal 144 250 164 50 0 37 42 206 34 65
Binary 1100100 10101000 1110100 101000 0 11111 100010 10000110 11100 110101

Color Harmonies of #64A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A874

Black with #64A874

Text Example


Text Example

White with #64A874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,116); }

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

background-color css

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

 a { background-color: rgb(100,168,116); }

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

border-color css

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

 span { border-color: rgb(100,168,116); }

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