Html Css Color HEX #649A73 Oxley

📋 copy color: '#649A73'

red 100 ◦ green 154 ◦ blue 115

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

Shades of Oxley #649A73

Tints of Oxley #649A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 27.1%
G = 41.73%
B = 31.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#649A73 (or 0x649A73) is known color: Oxley. HEX triplet: 64, 9A and 73. RGB value is (100,154,115). Sum of RGB (Red+Green+Blue) = 100+154+115=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #649A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A73 is #9B658C. Grayscale: #858585. Windows color (decimal): -10184077 or 7576164. OLE color: 7576164.

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

Color convert

RGB 100 154 115 -
CMYK 0.35 0 0.25 0.40
HSL 136.67º 0.21% 0.5% -
HSV(B) 136.67º 0.35% 0.6% -
XYZ 19.91 27.06 20.39 -
YUV 133.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 100 154 115 0.35 0 0.25 0.40 136.67 0.21 0.5
Hex 64 9A 73 23 0 19 28 89 15 32
Octal 144 232 163 43 0 31 50 211 25 62
Binary 1100100 10011010 1110011 100011 0 11001 101000 10001001 10101 110010

Color Harmonies of #649A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A73

Black with #649A73

Text Example


Text Example

White with #649A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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