Html Css Color HEX #649A6D Oxley

📋 copy color: '#649A6D'

red 100 ◦ green 154 ◦ blue 109

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

Shades of Oxley #649A6D

Tints of Oxley #649A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 27.55%
G = 42.42%
B = 30.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#649A6D (or 0x649A6D) is known color: Oxley. HEX triplet: 64, 9A and 6D. RGB value is (100,154,109). Sum of RGB (Red+Green+Blue) = 100+154+109=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #649A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A6D is #9B6592. Grayscale: #848484. Windows color (decimal): -10184083 or 7182948. OLE color: 7182948.

HSL color Cylindrical-coordinate representation of color #649A6D: hue angle of 130º 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 #649A6D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 109 -
CMYK 0.35 0 0.29 0.40
HSL 130º 0.21% 0.5% -
HSV(B) 130º 0.35% 0.6% -
XYZ 19.57 26.92 18.63 -
YUV 132.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 100 154 109 0.35 0 0.29 0.40 130 0.21 0.5
Hex 64 9A 6D 23 0 1D 28 82 15 32
Octal 144 232 155 43 0 35 50 202 25 62
Binary 1100100 10011010 1101101 100011 0 11101 101000 10000010 10101 110010

Color Harmonies of #649A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A6D

Black with #649A6D

Text Example


Text Example

White with #649A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649A6D; }

 p { color: rgb(100,154,109); }

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

background-color css

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

 a { background-color: rgb(100,154,109); }

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

border-color css

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

 span { border-color: rgb(100,154,109); }

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