Html Css Color HEX #649E71 Oxley

📋 copy color: '#649E71'

red 100 ◦ green 158 ◦ blue 113

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

Shades of Oxley #649E71

Tints of Oxley #649E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 26.95%
G = 42.59%
B = 30.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#649E71 (or 0x649E71) is known color: Oxley. HEX triplet: 64, 9E and 71. RGB value is (100,158,113). Sum of RGB (Red+Green+Blue) = 100+158+113=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #649E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E71 is #9B618E. Grayscale: #878787. Windows color (decimal): -10183055 or 7446116. OLE color: 7446116.

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

Color convert

RGB 100 158 113 -
CMYK 0.37 0 0.28 0.38
HSL 133.45º 0.23% 0.51% -
HSV(B) 133.45º 0.37% 0.62% -
XYZ 20.46 28.36 20.02 -
YUV 135.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 100 158 113 0.37 0 0.28 0.38 133.45 0.23 0.51
Hex 64 9E 71 25 0 1C 26 85 17 33
Octal 144 236 161 45 0 34 46 205 27 63
Binary 1100100 10011110 1110001 100101 0 11100 100110 10000101 10111 110011

Color Harmonies of #649E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E71

Black with #649E71

Text Example


Text Example

White with #649E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,158,113); }

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

background-color css

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

 a { background-color: rgb(100,158,113); }

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

border-color css

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

 span { border-color: rgb(100,158,113); }

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