Html Css Color HEX #5F9276 Cutty Sark

📋 copy color: '#5F9276'

red 95 ◦ green 146 ◦ blue 118

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

Shades of Cutty Sark #5F9276

Tints of Cutty Sark #5F9276

RGB

 RED value IS 95 (37.5% from 255) = 26.46%

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 26.46%
G = 40.67%
B = 32.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#5F9276 (or 0x5F9276) is known color: Cutty Sark. HEX triplet: 5F, 92 and 76. RGB value is (95,146,118). Sum of RGB (Red+Green+Blue) = 95+146+118=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9276 is #A06D89. Grayscale: #7F7F7F. Windows color (decimal): -10513802 or 7770719. OLE color: 7770719.

HSL color Cylindrical-coordinate representation of color #5F9276: hue angle of 147.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9276 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 146 118 -
CMYK 0.35 0 0.19 0.43
HSL 147.06º 0.21% 0.47% -
HSV(B) 147.06º 0.35% 0.57% -
XYZ 18.27 24.3 20.87 -
YUV 127.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 95 146 118 0.35 0 0.19 0.43 147.06 0.21 0.47
Hex 5F 92 76 23 0 13 2B 93 15 2F
Octal 137 222 166 43 0 23 53 223 25 57
Binary 1011111 10010010 1110110 100011 0 10011 101011 10010011 10101 101111

Color Harmonies of #5F9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9276

Black with #5F9276

Text Example


Text Example

White with #5F9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9276; }

 p { color: rgb(95,146,118); }

 H1.HeaderClassName
 {
   color: #5F9276;
 }
 .AnyTagClassName
 {
   color: #5F9276;
 }
</style>

background-color css

<style>
 a { background-color: #5F9276; }

 a { background-color: rgb(95,146,118); }

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

border-color css

<style>
 span { border-color: #5F9276; }

 span { border-color: rgb(95,146,118); }

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