#698D35

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

Shades of Vida Loca #698D35

Tints of Vida Loca #698D35

Color information

#698D35 (or 0x698D35) is unknown color: approx Vida Loca. HEX triplet: 69, 8D and 35. RGB value is (105,141,53). Sum of RGB (Red+Green+Blue) = 105+141+53=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #698D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D35 is #9672CA. Grayscale: #787878. Windows color (decimal): -9859787 or 3509609. OLE color: 3509609.

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

Color convert

RGB10514153-
CMYK0.2600.620.45
HSL84.55º45.36%38.04%-
HSV(B)84.55º62.41%55.29%-
XYZ15.9922.316.83-
YUV120.290.07117.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=35.12%
G=47.16%
B=17.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141530.2600.620.4584.5545.3638.04
Hex698D351A03E2D552d26
Octal1512156532076551255546
Binary1101001100011011101011101001111101011011010101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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