Html Css Color HEX #649075 Oxley

📋 copy color: '#649075'

red 100 ◦ green 144 ◦ blue 117

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

Shades of Oxley #649075

Tints of Oxley #649075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 27.7%
G = 39.89%
B = 32.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#649075 (or 0x649075) is known color: Oxley. HEX triplet: 64, 90 and 75. RGB value is (100,144,117). Sum of RGB (Red+Green+Blue) = 100+144+117=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #649075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649075 is #9B6F8A. Grayscale: #7F7F7F. Windows color (decimal): -10186635 or 7704676. OLE color: 7704676.

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

Color convert

RGB 100 144 117 -
CMYK 0.31 0 0.19 0.44
HSL 143.18º 0.18% 0.48% -
HSV(B) 143.18º 0.31% 0.56% -
XYZ 18.44 23.94 20.48 -
YUV 127.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 100 144 117 0.31 0 0.19 0.44 143.18 0.18 0.48
Hex 64 90 75 1F 0 13 2C 8F 12 30
Octal 144 220 165 37 0 23 54 217 22 60
Binary 1100100 10010000 1110101 11111 0 10011 101100 10001111 10010 110000

Color Harmonies of #649075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649075

Black with #649075

Text Example


Text Example

White with #649075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649075; }

 p { color: rgb(100,144,117); }

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

background-color css

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

 a { background-color: rgb(100,144,117); }

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

border-color css

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

 span { border-color: rgb(100,144,117); }

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