Html Css Color HEX #659C77 Oxley

📋 copy color: '#659C77'

red 101 ◦ green 156 ◦ blue 119

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

Shades of Oxley #659C77

Tints of Oxley #659C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 26.86%
G = 41.49%
B = 31.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#659C77 (or 0x659C77) is known color: Oxley. HEX triplet: 65, 9C and 77. RGB value is (101,156,119). Sum of RGB (Red+Green+Blue) = 101+156+119=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #659C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C77 is #9A6388. Grayscale: #878787. Windows color (decimal): -10118025 or 7838821. OLE color: 7838821.

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

Color convert

RGB 101 156 119 -
CMYK 0.35 0 0.24 0.39
HSL 139.64º 0.22% 0.5% -
HSV(B) 139.64º 0.35% 0.61% -
XYZ 20.59 27.88 21.75 -
YUV 135.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 101 156 119 0.35 0 0.24 0.39 139.64 0.22 0.5
Hex 65 9C 77 23 0 18 27 8C 16 32
Octal 145 234 167 43 0 30 47 214 26 62
Binary 1100101 10011100 1110111 100011 0 11000 100111 10001100 10110 110010

Color Harmonies of #659C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C77

Black with #659C77

Text Example


Text Example

White with #659C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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