Html Css Color HEX #659C71 Oxley

📋 copy color: '#659C71'

red 101 ◦ green 156 ◦ blue 113

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

Shades of Oxley #659C71

Tints of Oxley #659C71

RGB

 RED value IS 101 (39.84% from 255) = 27.3%

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 27.3%
G = 42.16%
B = 30.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#659C71 (or 0x659C71) is known color: Oxley. HEX triplet: 65, 9C and 71. RGB value is (101,156,113). Sum of RGB (Red+Green+Blue) = 101+156+113=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #659C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C71 is #9A638E. Grayscale: #868686. Windows color (decimal): -10118031 or 7445605. OLE color: 7445605.

HSL color Cylindrical-coordinate representation of color #659C71: hue angle of 133.09º 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 #659C71 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 156 113 -
CMYK 0.35 0 0.28 0.39
HSL 133.09º 0.22% 0.5% -
HSV(B) 133.09º 0.35% 0.61% -
XYZ 20.24 27.74 19.91 -
YUV 134.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 101 156 113 0.35 0 0.28 0.39 133.09 0.22 0.5
Hex 65 9C 71 23 0 1C 27 85 16 32
Octal 145 234 161 43 0 34 47 205 26 62
Binary 1100101 10011100 1110001 100011 0 11100 100111 10000101 10110 110010

Color Harmonies of #659C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C71

Black with #659C71

Text Example


Text Example

White with #659C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659C71; }

 p { color: rgb(101,156,113); }

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

background-color css

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

 a { background-color: rgb(101,156,113); }

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

border-color css

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

 span { border-color: rgb(101,156,113); }

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