Html Css Color HEX #649379 Oxley

📋 copy color: '#649379'

red 100 ◦ green 147 ◦ blue 121

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

Shades of Oxley #649379

Tints of Oxley #649379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 27.17%
G = 39.95%
B = 32.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#649379 (or 0x649379) is known color: Oxley. HEX triplet: 64, 93 and 79. RGB value is (100,147,121). Sum of RGB (Red+Green+Blue) = 100+147+121=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #649379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649379 is #9B6C86. Grayscale: #828282. Windows color (decimal): -10185863 or 7967588. OLE color: 7967588.

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

Color convert

RGB 100 147 121 -
CMYK 0.32 0 0.18 0.42
HSL 146.81º 0.19% 0.48% -
HSV(B) 146.81º 0.32% 0.58% -
XYZ 19.14 24.96 21.9 -
YUV 129.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 100 147 121 0.32 0 0.18 0.42 146.81 0.19 0.48
Hex 64 93 79 20 0 12 2A 93 13 30
Octal 144 223 171 40 0 22 52 223 23 60
Binary 1100100 10010011 1111001 100000 0 10010 101010 10010011 10011 110000

Color Harmonies of #649379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649379

Black with #649379

Text Example


Text Example

White with #649379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649379; }

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

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

background-color css

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

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

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

border-color css

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

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

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