Html Css Color HEX #649B7D Oxley

📋 copy color: '#649B7D'

red 100 ◦ green 155 ◦ blue 125

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

Shades of Oxley #649B7D

Tints of Oxley #649B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 26.32%
G = 40.79%
B = 32.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#649B7D (or 0x649B7D) is known color: Oxley. HEX triplet: 64, 9B and 7D. RGB value is (100,155,125). Sum of RGB (Red+Green+Blue) = 100+155+125=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #649B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B7D is #9B6482. Grayscale: #878787. Windows color (decimal): -10183811 or 8231780. OLE color: 8231780.

HSL color Cylindrical-coordinate representation of color #649B7D: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B7D is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 125 -
CMYK 0.35 0 0.19 0.39
HSL 147.27º 0.22% 0.5% -
HSV(B) 147.27º 0.35% 0.61% -
XYZ 20.68 27.63 23.65 -
YUV 135.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 100 155 125 0.35 0 0.19 0.39 147.27 0.22 0.5
Hex 64 9B 7D 23 0 13 27 93 16 32
Octal 144 233 175 43 0 23 47 223 26 62
Binary 1100100 10011011 1111101 100011 0 10011 100111 10010011 10110 110010

Color Harmonies of #649B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B7D

Black with #649B7D

Text Example


Text Example

White with #649B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,125); }

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

background-color css

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

 a { background-color: rgb(100,155,125); }

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

border-color css

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

 span { border-color: rgb(100,155,125); }

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