Html Css Color HEX #64996F Oxley

📋 copy color: '#64996F'

red 100 ◦ green 153 ◦ blue 111

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

Shades of Oxley #64996F

Tints of Oxley #64996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 27.47%
G = 42.03%
B = 30.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#64996F (or 0x64996F) is known color: Oxley. HEX triplet: 64, 99 and 6F. RGB value is (100,153,111). Sum of RGB (Red+Green+Blue) = 100+153+111=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #64996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64996F is #9B6690. Grayscale: #848484. Windows color (decimal): -10184337 or 7313764. OLE color: 7313764.

HSL color Cylindrical-coordinate representation of color #64996F: hue angle of 132.45º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64996F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 111 -
CMYK 0.35 0 0.27 0.4
HSL 132.45º 0.21% 0.5% -
HSV(B) 132.45º 0.35% 0.6% -
XYZ 19.52 26.64 19.15 -
YUV 132.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 100 153 111 0.35 0 0.27 0.4 132.45 0.21 0.5
Hex 64 99 6F 23 0 1B 28 84 15 32
Octal 144 231 157 43 0 33 50 204 25 62
Binary 1100100 10011001 1101111 100011 0 11011 101000 10000100 10101 110010

Color Harmonies of #64996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64996F

Black with #64996F

Text Example


Text Example

White with #64996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64996F; }

 p { color: rgb(100,153,111); }

 H1.HeaderClassName
 {
   color: #64996F;
 }
 .AnyTagClassName
 {
   color: #64996F;
 }
</style>

background-color css

<style>
 a { background-color: #64996F; }

 a { background-color: rgb(100,153,111); }

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

border-color css

<style>
 span { border-color: #64996F; }

 span { border-color: rgb(100,153,111); }

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