Html Css Color HEX #649970 Oxley

📋 copy color: '#649970'

red 100 ◦ green 153 ◦ blue 112

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

Shades of Oxley #649970

Tints of Oxley #649970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

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

R = 27.4%
G = 41.92%
B = 30.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#649970 (or 0x649970) is known color: Oxley. HEX triplet: 64, 99 and 70. RGB value is (100,153,112). Sum of RGB (Red+Green+Blue) = 100+153+112=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #649970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649970 is #9B668F. Grayscale: #848484. Windows color (decimal): -10184336 or 7379300. OLE color: 7379300.

HSL color Cylindrical-coordinate representation of color #649970: hue angle of 133.58º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649970 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 112 -
CMYK 0.35 0 0.27 0.4
HSL 133.58º 0.21% 0.5% -
HSV(B) 133.58º 0.35% 0.6% -
XYZ 19.57 26.66 19.44 -
YUV 132.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 100 153 112 0.35 0 0.27 0.4 133.58 0.21 0.5
Hex 64 99 70 23 0 1B 28 86 15 32
Octal 144 231 160 43 0 33 50 206 25 62
Binary 1100100 10011001 1110000 100011 0 11011 101000 10000110 10101 110010

Color Harmonies of #649970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649970

Black with #649970

Text Example


Text Example

White with #649970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649970; }

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

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

background-color css

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

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

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

border-color css

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

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

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