Html Css Color HEX #64946E Oxley

📋 copy color: '#64946E'

red 100 ◦ green 148 ◦ blue 110

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

Shades of Oxley #64946E

Tints of Oxley #64946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

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

R = 27.93%
G = 41.34%
B = 30.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#64946E (or 0x64946E) is known color: Oxley. HEX triplet: 64, 94 and 6E. RGB value is (100,148,110). Sum of RGB (Red+Green+Blue) = 100+148+110=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #64946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946E is #9B6B91. Grayscale: #818181. Windows color (decimal): -10185618 or 7246948. OLE color: 7246948.

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

Color convert

RGB 100 148 110 -
CMYK 0.32 0 0.26 0.42
HSL 132.5º 0.19% 0.49% -
HSV(B) 132.5º 0.32% 0.58% -
XYZ 18.66 25.01 18.6 -
YUV 129.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 100 148 110 0.32 0 0.26 0.42 132.5 0.19 0.49
Hex 64 94 6E 20 0 1A 2A 84 13 31
Octal 144 224 156 40 0 32 52 204 23 61
Binary 1100100 10010100 1101110 100000 0 11010 101010 10000100 10011 110001

Color Harmonies of #64946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64946E

Black with #64946E

Text Example


Text Example

White with #64946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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