#698C35

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

Shades of Vida Loca #698C35

Tints of Vida Loca #698C35

Color information

#698C35 (or 0x698C35) is unknown color: approx Vida Loca. HEX triplet: 69, 8C and 35. RGB value is (105,140,53). Sum of RGB (Red+Green+Blue) = 105+140+53=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #698C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C35 is #9673CA. Grayscale: #777777. Windows color (decimal): -9860043 or 3509353. OLE color: 3509353.

HSL color Cylindrical-coordinate representation of color #698C35: hue angle of 84.14º 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 #698C35 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB10514053-
CMYK0.2500.620.45
HSL84.14º45.08%37.84%-
HSV(B)84.14º62.14%54.9%-
XYZ15.8522.026.78-
YUV119.6290.4117.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=35.23%
G=46.98%
B=17.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105140530.2500.620.4584.1445.0837.84
Hex698C351903E2D542d26
Octal1512146531076551245546
Binary1101001100011001101011100101111101011011010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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