Html Css Color HEX #649470 Oxley

📋 copy color: '#649470'

red 100 ◦ green 148 ◦ blue 112

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

Shades of Oxley #649470

Tints of Oxley #649470

RGB

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

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

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

R = 27.78%
G = 41.11%
B = 31.11%

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

#649470 (or 0x649470) is known color: Oxley. HEX triplet: 64, 94 and 70. RGB value is (100,148,112). Sum of RGB (Red+Green+Blue) = 100+148+112=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #649470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649470 is #9B6B8F. Grayscale: #818181. Windows color (decimal): -10185616 or 7378020. OLE color: 7378020.

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

Color convert

RGB 100 148 112 -
CMYK 0.32 0 0.24 0.42
HSL 135º 0.19% 0.49% -
HSV(B) 135º 0.32% 0.58% -
XYZ 18.77 25.06 19.18 -
YUV 129.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 100 148 112 0.32 0 0.24 0.42 135 0.19 0.49
Hex 64 94 70 20 0 18 2A 87 13 31
Octal 144 224 160 40 0 30 52 207 23 61
Binary 1100100 10010100 1110000 100000 0 11000 101010 10000111 10011 110001

Color Harmonies of #649470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649470

Black with #649470

Text Example


Text Example

White with #649470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649470; }

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

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

background-color css

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

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

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

border-color css

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

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

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