#698D39

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

Shades of Vida Loca #698D39

Tints of Vida Loca #698D39

Color information

#698D39 (or 0x698D39) is unknown color: approx Vida Loca. HEX triplet: 69, 8D and 39. RGB value is (105,141,57). Sum of RGB (Red+Green+Blue) = 105+141+57=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #698D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D39 is #9672C6. Grayscale: #787878. Windows color (decimal): -9859783 or 3771753. OLE color: 3771753.

HSL color Cylindrical-coordinate representation of color #698D39: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #698D39 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB10514157-
CMYK0.2600.600.45
HSL85.71º42.42%38.82%-
HSV(B)85.71º59.57%55.29%-
XYZ16.0922.357.34-
YUV120.6692.07116.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=34.65%
G=46.53%
B=18.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141570.2600.600.4585.7142.4238.82
Hex698D391A03C2D562a27
Octal1512157132074551265247
Binary1101001100011011110011101001111001011011010110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D39; }

 p { color: rgb(105,141,57); }

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

<style>
 a { background-color: #698D39; }

 a { background-color: rgb(105,141,57); }

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

<style>
 span { border-color: #698D39; }

 span { border-color: rgb(105,141,57); }

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