Html Css Color HEX #649070 Oxley

📋 copy color: '#649070'

red 100 ◦ green 144 ◦ blue 112

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

Shades of Oxley #649070

Tints of Oxley #649070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 28.09%
G = 40.45%
B = 31.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#649070 (or 0x649070) is known color: Oxley. HEX triplet: 64, 90 and 70. RGB value is (100,144,112). Sum of RGB (Red+Green+Blue) = 100+144+112=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #649070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649070 is #9B6F8F. Grayscale: #7F7F7F. Windows color (decimal): -10186640 or 7376996. OLE color: 7376996.

HSL color Cylindrical-coordinate representation of color #649070: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649070 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 112 -
CMYK 0.31 0 0.22 0.44
HSL 136.36º 0.18% 0.48% -
HSV(B) 136.36º 0.31% 0.56% -
XYZ 18.15 23.83 18.97 -
YUV 127.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 100 144 112 0.31 0 0.22 0.44 136.36 0.18 0.48
Hex 64 90 70 1F 0 16 2C 88 12 30
Octal 144 220 160 37 0 26 54 210 22 60
Binary 1100100 10010000 1110000 11111 0 10110 101100 10001000 10010 110000

Color Harmonies of #649070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649070

Black with #649070

Text Example


Text Example

White with #649070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649070; }

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

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

background-color css

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

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

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

border-color css

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

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

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