Html Css Color HEX #649378 Oxley

📋 copy color: '#649378'

red 100 ◦ green 147 ◦ blue 120

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

Shades of Oxley #649378

Tints of Oxley #649378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 27.25%
G = 40.05%
B = 32.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#649378 (or 0x649378) is known color: Oxley. HEX triplet: 64, 93 and 78. RGB value is (100,147,120). Sum of RGB (Red+Green+Blue) = 100+147+120=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #649378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649378 is #9B6C87. Grayscale: #818181. Windows color (decimal): -10185864 or 7902052. OLE color: 7902052.

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

Color convert

RGB 100 147 120 -
CMYK 0.32 0 0.18 0.42
HSL 145.53º 0.19% 0.48% -
HSV(B) 145.53º 0.32% 0.58% -
XYZ 19.08 24.93 21.58 -
YUV 129.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 100 147 120 0.32 0 0.18 0.42 145.53 0.19 0.48
Hex 64 93 78 20 0 12 2A 92 13 30
Octal 144 223 170 40 0 22 52 222 23 60
Binary 1100100 10010011 1111000 100000 0 10010 101010 10010010 10011 110000

Color Harmonies of #649378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649378

Black with #649378

Text Example


Text Example

White with #649378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649378; }

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

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

background-color css

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

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

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

border-color css

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

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

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