Html Css Color HEX #64946F Oxley

📋 copy color: '#64946F'

red 100 ◦ green 148 ◦ blue 111

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

Shades of Oxley #64946F

Tints of Oxley #64946F

RGB

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

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

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

R = 27.86%
G = 41.23%
B = 30.92%

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

#64946F (or 0x64946F) is known color: Oxley. HEX triplet: 64, 94 and 6F. RGB value is (100,148,111). Sum of RGB (Red+Green+Blue) = 100+148+111=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #64946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946F is #9B6B90. Grayscale: #818181. Windows color (decimal): -10185617 or 7312484. OLE color: 7312484.

HSL color Cylindrical-coordinate representation of color #64946F: hue angle of 133.75º 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 #64946F is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 111 -
CMYK 0.32 0 0.25 0.42
HSL 133.75º 0.19% 0.49% -
HSV(B) 133.75º 0.32% 0.58% -
XYZ 18.71 25.04 18.89 -
YUV 129.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 100 148 111 0.32 0 0.25 0.42 133.75 0.19 0.49
Hex 64 94 6F 20 0 19 2A 86 13 31
Octal 144 224 157 40 0 31 52 206 23 61
Binary 1100100 10010100 1101111 100000 0 11001 101010 10000110 10011 110001

Color Harmonies of #64946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64946F

Black with #64946F

Text Example


Text Example

White with #64946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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