Html Css Color HEX #649976 Oxley

📋 copy color: '#649976'

red 100 ◦ green 153 ◦ blue 118

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

Shades of Oxley #649976

Tints of Oxley #649976

RGB

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

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

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

R = 26.95%
G = 41.24%
B = 31.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#649976 (or 0x649976) is known color: Oxley. HEX triplet: 64, 99 and 76. RGB value is (100,153,118). Sum of RGB (Red+Green+Blue) = 100+153+118=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #649976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649976 is #9B6689. Grayscale: #858585. Windows color (decimal): -10184330 or 7772516. OLE color: 7772516.

HSL color Cylindrical-coordinate representation of color #649976: hue angle of 140.38º 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 #649976 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 118 -
CMYK 0.35 0 0.23 0.4
HSL 140.38º 0.21% 0.5% -
HSV(B) 140.38º 0.35% 0.6% -
XYZ 19.92 26.8 21.26 -
YUV 133.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 100 153 118 0.35 0 0.23 0.4 140.38 0.21 0.5
Hex 64 99 76 23 0 17 28 8C 15 32
Octal 144 231 166 43 0 27 50 214 25 62
Binary 1100100 10011001 1110110 100011 0 10111 101000 10001100 10101 110010

Color Harmonies of #649976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649976

Black with #649976

Text Example


Text Example

White with #649976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649976; }

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

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

background-color css

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

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

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

border-color css

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

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

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