Html Css Color HEX #649D71 Oxley

📋 copy color: '#649D71'

red 100 ◦ green 157 ◦ blue 113

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

Shades of Oxley #649D71

Tints of Oxley #649D71

RGB

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

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

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

R = 27.03%
G = 42.43%
B = 30.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#649D71 (or 0x649D71) is known color: Oxley. HEX triplet: 64, 9D and 71. RGB value is (100,157,113). Sum of RGB (Red+Green+Blue) = 100+157+113=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #649D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D71 is #9B628E. Grayscale: #878787. Windows color (decimal): -10183311 or 7445860. OLE color: 7445860.

HSL color Cylindrical-coordinate representation of color #649D71: hue angle of 133.68º 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 #649D71 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 113 -
CMYK 0.36 0 0.28 0.38
HSL 133.68º 0.23% 0.5% -
HSV(B) 133.68º 0.36% 0.62% -
XYZ 20.29 28.02 19.96 -
YUV 134.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 100 157 113 0.36 0 0.28 0.38 133.68 0.23 0.5
Hex 64 9D 71 24 0 1C 26 86 17 32
Octal 144 235 161 44 0 34 46 206 27 62
Binary 1100100 10011101 1110001 100100 0 11100 100110 10000110 10111 110010

Color Harmonies of #649D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D71

Black with #649D71

Text Example


Text Example

White with #649D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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