#608B25

Color #608B25 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #608B25

Tints of Vida Loca #608B25

Color information

#608B25 (or 0x608B25) is unknown color: approx Vida Loca. HEX triplet: 60, 8B and 25. RGB value is (96,139,37). Sum of RGB (Red+Green+Blue) = 96+139+37=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #608B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B25 is #9F74DA. Grayscale: #727272. Windows color (decimal): -10450139 or 2460512. OLE color: 2460512.

HSL color Cylindrical-coordinate representation of color #608B25: hue angle of 85.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #608B25 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB9613937-
CMYK0.3100.730.45
HSL85.29º57.95%34.51%-
HSV(B)85.29º73.38%54.51%-
XYZ14.3921.095.06-
YUV114.5284.25114.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=35.29%
G=51.10%
B=13.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96139370.3100.730.4585.2957.9534.51
Hex608B251F0492D553a23
Octal14021345370111551257243
Binary11000001000101110010111111010010011011011010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B25; }

 p { color: rgb(96,139,37); }

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

<style>
 a { background-color: #608B25; }

 a { background-color: rgb(96,139,37); }

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

<style>
 span { border-color: #608B25; }

 span { border-color: rgb(96,139,37); }

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