Html Css Color HEX #64936E Oxley

📋 copy color: '#64936E'

red 100 ◦ green 147 ◦ blue 110

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

Shades of Oxley #64936E

Tints of Oxley #64936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 28.01%
G = 41.18%
B = 30.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#64936E (or 0x64936E) is known color: Oxley. HEX triplet: 64, 93 and 6E. RGB value is (100,147,110). Sum of RGB (Red+Green+Blue) = 100+147+110=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #64936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64936E is #9B6C91. Grayscale: #808080. Windows color (decimal): -10185874 or 7246692. OLE color: 7246692.

HSL color Cylindrical-coordinate representation of color #64936E: hue angle of 132.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64936E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 110 -
CMYK 0.32 0 0.25 0.42
HSL 132.77º 0.19% 0.48% -
HSV(B) 132.77º 0.32% 0.58% -
XYZ 18.5 24.7 18.54 -
YUV 128.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 100 147 110 0.32 0 0.25 0.42 132.77 0.19 0.48
Hex 64 93 6E 20 0 19 2A 85 13 30
Octal 144 223 156 40 0 31 52 205 23 60
Binary 1100100 10010011 1101110 100000 0 11001 101010 10000101 10011 110000

Color Harmonies of #64936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64936E

Black with #64936E

Text Example


Text Example

White with #64936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64936E; }

 p { color: rgb(100,147,110); }

 H1.HeaderClassName
 {
   color: #64936E;
 }
 .AnyTagClassName
 {
   color: #64936E;
 }
</style>

background-color css

<style>
 a { background-color: #64936E; }

 a { background-color: rgb(100,147,110); }

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

border-color css

<style>
 span { border-color: #64936E; }

 span { border-color: rgb(100,147,110); }

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