Html Css Color HEX #659C72 Oxley

📋 copy color: '#659C72'

red 101 ◦ green 156 ◦ blue 114

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

Shades of Oxley #659C72

Tints of Oxley #659C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 27.22%
G = 42.05%
B = 30.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#659C72 (or 0x659C72) is known color: Oxley. HEX triplet: 65, 9C and 72. RGB value is (101,156,114). Sum of RGB (Red+Green+Blue) = 101+156+114=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #659C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C72 is #9A638D. Grayscale: #868686. Windows color (decimal): -10118030 or 7511141. OLE color: 7511141.

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

Color convert

RGB 101 156 114 -
CMYK 0.35 0 0.27 0.39
HSL 134.18º 0.22% 0.5% -
HSV(B) 134.18º 0.35% 0.61% -
XYZ 20.29 27.76 20.21 -
YUV 134.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 101 156 114 0.35 0 0.27 0.39 134.18 0.22 0.5
Hex 65 9C 72 23 0 1B 27 86 16 32
Octal 145 234 162 43 0 33 47 206 26 62
Binary 1100101 10011100 1110010 100011 0 11011 100111 10000110 10110 110010

Color Harmonies of #659C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C72

Black with #659C72

Text Example


Text Example

White with #659C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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