#5F9790

Color #5F9790 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #5F9790

Tints of Half Baked #5F9790

Color information

#5F9790 (or 0x5F9790) is unknown color: approx Half Baked. HEX triplet: 5F, 97 and 90. RGB value is (95,151,144). Sum of RGB (Red+Green+Blue) = 95+151+144=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9790 is #A0686F. Grayscale: #858585. Windows color (decimal): -10512496 or 9475935. OLE color: 9475935.

HSL color Cylindrical-coordinate representation of color #5F9790: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F9790 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB95151144-
CMYK0.3700.050.41
HSL172.5º22.76%48.24%-
HSV(B)172.5º37.09%59.22%-
XYZ20.8226.5830.42-
YUV133.46133.95100.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.36%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=24.36%
G=38.72%
B=36.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal951511440.3700.050.41172.522.7648.24
Hex5F9790250529ac1730
Octal1372272204505512542760
Binary1011111100101111001000010010101011010011010110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,151,144); }

 H1.HeaderClassName
 {
   color: #5F9790;
 }
 .AnyTagClassName
 {
   color: #5F9790;
 }
</style>
background-color css

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

 a { background-color: rgb(95,151,144); }

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

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

 span { border-color: rgb(95,151,144); }

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