Html Css Color HEX #649374 Oxley

📋 copy color: '#649374'

red 100 ◦ green 147 ◦ blue 116

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

Shades of Oxley #649374

Tints of Oxley #649374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 27.55%
G = 40.5%
B = 31.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#649374 (or 0x649374) is known color: Oxley. HEX triplet: 64, 93 and 74. RGB value is (100,147,116). Sum of RGB (Red+Green+Blue) = 100+147+116=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #649374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649374 is #9B6C8B. Grayscale: #818181. Windows color (decimal): -10185868 or 7639908. OLE color: 7639908.

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

Color convert

RGB 100 147 116 -
CMYK 0.32 0 0.21 0.42
HSL 140.43º 0.19% 0.48% -
HSV(B) 140.43º 0.32% 0.58% -
XYZ 18.84 24.84 20.32 -
YUV 129.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 100 147 116 0.32 0 0.21 0.42 140.43 0.19 0.48
Hex 64 93 74 20 0 15 2A 8C 13 30
Octal 144 223 164 40 0 25 52 214 23 60
Binary 1100100 10010011 1110100 100000 0 10101 101010 10001100 10011 110000

Color Harmonies of #649374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649374

Black with #649374

Text Example


Text Example

White with #649374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649374; }

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

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

background-color css

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

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

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

border-color css

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

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

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