Html Css Color HEX #649370 Oxley

📋 copy color: '#649370'

red 100 ◦ green 147 ◦ blue 112

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

Shades of Oxley #649370

Tints of Oxley #649370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 27.86%
G = 40.95%
B = 31.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#649370 (or 0x649370) is known color: Oxley. HEX triplet: 64, 93 and 70. RGB value is (100,147,112). Sum of RGB (Red+Green+Blue) = 100+147+112=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #649370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649370 is #9B6C8F. Grayscale: #818181. Windows color (decimal): -10185872 or 7377764. OLE color: 7377764.

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

Color convert

RGB 100 147 112 -
CMYK 0.32 0 0.24 0.42
HSL 135.32º 0.19% 0.48% -
HSV(B) 135.32º 0.32% 0.58% -
XYZ 18.61 24.75 19.12 -
YUV 128.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 100 147 112 0.32 0 0.24 0.42 135.32 0.19 0.48
Hex 64 93 70 20 0 18 2A 87 13 30
Octal 144 223 160 40 0 30 52 207 23 60
Binary 1100100 10010011 1110000 100000 0 11000 101010 10000111 10011 110000

Color Harmonies of #649370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649370

Black with #649370

Text Example


Text Example

White with #649370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649370; }

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

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

background-color css

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

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

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

border-color css

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

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

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