Html Css Color HEX #64986D Oxley

📋 copy color: '#64986D'

red 100 ◦ green 152 ◦ blue 109

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

Shades of Oxley #64986D

Tints of Oxley #64986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 27.7%
G = 42.11%
B = 30.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#64986D (or 0x64986D) is known color: Oxley. HEX triplet: 64, 98 and 6D. RGB value is (100,152,109). Sum of RGB (Red+Green+Blue) = 100+152+109=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #64986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64986D is #9B6792. Grayscale: #838383. Windows color (decimal): -10184595 or 7182436. OLE color: 7182436.

HSL color Cylindrical-coordinate representation of color #64986D: hue angle of 130.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64986D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 109 -
CMYK 0.34 0 0.28 0.40
HSL 130.38º 0.21% 0.49% -
HSV(B) 130.38º 0.34% 0.6% -
XYZ 19.24 26.27 18.52 -
YUV 131.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 100 152 109 0.34 0 0.28 0.40 130.38 0.21 0.49
Hex 64 98 6D 22 0 1C 28 82 15 31
Octal 144 230 155 42 0 34 50 202 25 61
Binary 1100100 10011000 1101101 100010 0 11100 101000 10000010 10101 110001

Color Harmonies of #64986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64986D

Black with #64986D

Text Example


Text Example

White with #64986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64986D; }

 p { color: rgb(100,152,109); }

 H1.HeaderClassName
 {
   color: #64986D;
 }
 .AnyTagClassName
 {
   color: #64986D;
 }
</style>

background-color css

<style>
 a { background-color: #64986D; }

 a { background-color: rgb(100,152,109); }

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

border-color css

<style>
 span { border-color: #64986D; }

 span { border-color: rgb(100,152,109); }

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