Html Css Color HEX #649570 Oxley

📋 copy color: '#649570'

red 100 ◦ green 149 ◦ blue 112

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

Shades of Oxley #649570

Tints of Oxley #649570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 27.7%
G = 41.27%
B = 31.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#649570 (or 0x649570) is known color: Oxley. HEX triplet: 64, 95 and 70. RGB value is (100,149,112). Sum of RGB (Red+Green+Blue) = 100+149+112=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #649570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649570 is #9B6A8F. Grayscale: #828282. Windows color (decimal): -10185360 or 7378276. OLE color: 7378276.

HSL color Cylindrical-coordinate representation of color #649570: hue angle of 134.69º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649570 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 112 -
CMYK 0.33 0 0.25 0.42
HSL 134.69º 0.2% 0.49% -
HSV(B) 134.69º 0.33% 0.58% -
XYZ 18.93 25.37 19.23 -
YUV 130.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 100 149 112 0.33 0 0.25 0.42 134.69 0.2 0.49
Hex 64 95 70 21 0 19 2A 87 14 31
Octal 144 225 160 41 0 31 52 207 24 61
Binary 1100100 10010101 1110000 100001 0 11001 101010 10000111 10100 110001

Color Harmonies of #649570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649570

Black with #649570

Text Example


Text Example

White with #649570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649570; }

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

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

background-color css

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

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

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

border-color css

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

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

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