Html Css Color HEX #649277 Oxley

📋 copy color: '#649277'

red 100 ◦ green 146 ◦ blue 119

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

Shades of Oxley #649277

Tints of Oxley #649277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 27.4%
G = 40%
B = 32.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#649277 (or 0x649277) is known color: Oxley. HEX triplet: 64, 92 and 77. RGB value is (100,146,119). Sum of RGB (Red+Green+Blue) = 100+146+119=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #649277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649277 is #9B6D88. Grayscale: #818181. Windows color (decimal): -10186121 or 7836260. OLE color: 7836260.

HSL color Cylindrical-coordinate representation of color #649277: hue angle of 144.78º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649277 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 119 -
CMYK 0.32 0 0.18 0.43
HSL 144.78º 0.19% 0.48% -
HSV(B) 144.78º 0.32% 0.57% -
XYZ 18.86 24.6 21.21 -
YUV 129.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 100 146 119 0.32 0 0.18 0.43 144.78 0.19 0.48
Hex 64 92 77 20 0 12 2B 91 13 30
Octal 144 222 167 40 0 22 53 221 23 60
Binary 1100100 10010010 1110111 100000 0 10010 101011 10010001 10011 110000

Color Harmonies of #649277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649277

Black with #649277

Text Example


Text Example

White with #649277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649277; }

 p { color: rgb(100,146,119); }

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

background-color css

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

 a { background-color: rgb(100,146,119); }

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

border-color css

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

 span { border-color: rgb(100,146,119); }

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