Html Css Color HEX #64996C Oxley

📋 copy color: '#64996C'

red 100 ◦ green 153 ◦ blue 108

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

Shades of Oxley #64996C

Tints of Oxley #64996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 27.7%
G = 42.38%
B = 29.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#64996C (or 0x64996C) is known color: Oxley. HEX triplet: 64, 99 and 6C. RGB value is (100,153,108). Sum of RGB (Red+Green+Blue) = 100+153+108=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #64996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64996C is #9B6693. Grayscale: #848484. Windows color (decimal): -10184340 or 7117156. OLE color: 7117156.

HSL color Cylindrical-coordinate representation of color #64996C: hue angle of 129.06º 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 #64996C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 108 -
CMYK 0.35 0 0.29 0.4
HSL 129.06º 0.21% 0.5% -
HSV(B) 129.06º 0.35% 0.6% -
XYZ 19.35 26.57 18.3 -
YUV 132.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 100 153 108 0.35 0 0.29 0.4 129.06 0.21 0.5
Hex 64 99 6C 23 0 1D 28 81 15 32
Octal 144 231 154 43 0 35 50 201 25 62
Binary 1100100 10011001 1101100 100011 0 11101 101000 10000001 10101 110010

Color Harmonies of #64996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64996C

Black with #64996C

Text Example


Text Example

White with #64996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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