Html Css Color HEX #649376 Oxley

📋 copy color: '#649376'

red 100 ◦ green 147 ◦ blue 118

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

Shades of Oxley #649376

Tints of Oxley #649376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 27.4%
G = 40.27%
B = 32.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#649376 (or 0x649376) is known color: Oxley. HEX triplet: 64, 93 and 76. RGB value is (100,147,118). Sum of RGB (Red+Green+Blue) = 100+147+118=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #649376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649376 is #9B6C89. Grayscale: #818181. Windows color (decimal): -10185866 or 7770980. OLE color: 7770980.

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

Color convert

RGB 100 147 118 -
CMYK 0.32 0 0.20 0.42
HSL 142.98º 0.19% 0.48% -
HSV(B) 142.98º 0.32% 0.58% -
XYZ 18.96 24.88 20.94 -
YUV 129.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 100 147 118 0.32 0 0.20 0.42 142.98 0.19 0.48
Hex 64 93 76 20 0 14 2A 8F 13 30
Octal 144 223 166 40 0 24 52 217 23 60
Binary 1100100 10010011 1110110 100000 0 10100 101010 10001111 10011 110000

Color Harmonies of #649376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649376

Black with #649376

Text Example


Text Example

White with #649376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649376; }

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

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

background-color css

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

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

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

border-color css

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

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

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