Html Css Color HEX #649D75 Oxley

📋 copy color: '#649D75'

red 100 ◦ green 157 ◦ blue 117

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

Shades of Oxley #649D75

Tints of Oxley #649D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 26.74%
G = 41.98%
B = 31.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#649D75 (or 0x649D75) is known color: Oxley. HEX triplet: 64, 9D and 75. RGB value is (100,157,117). Sum of RGB (Red+Green+Blue) = 100+157+117=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #649D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D75 is #9B628A. Grayscale: #878787. Windows color (decimal): -10183307 or 7708004. OLE color: 7708004.

HSL color Cylindrical-coordinate representation of color #649D75: hue angle of 137.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D75 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 117 -
CMYK 0.36 0 0.25 0.38
HSL 137.89º 0.23% 0.5% -
HSV(B) 137.89º 0.36% 0.62% -
XYZ 20.52 28.11 21.17 -
YUV 135.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 100 157 117 0.36 0 0.25 0.38 137.89 0.23 0.5
Hex 64 9D 75 24 0 19 26 8A 17 32
Octal 144 235 165 44 0 31 46 212 27 62
Binary 1100100 10011101 1110101 100100 0 11001 100110 10001010 10111 110010

Color Harmonies of #649D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D75

Black with #649D75

Text Example


Text Example

White with #649D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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