#6B8D3C

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

Shades of Vida Loca #6B8D3C

Tints of Vida Loca #6B8D3C

Color information

#6B8D3C (or 0x6B8D3C) is unknown color: approx Vida Loca. HEX triplet: 6B, 8D and 3C. RGB value is (107,141,60). Sum of RGB (Red+Green+Blue) = 107+141+60=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D3C is #9472C3. Grayscale: #797979. Windows color (decimal): -9728708 or 3968363. OLE color: 3968363.

HSL color Cylindrical-coordinate representation of color #6B8D3C: hue angle of 85.19º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B8D3C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB10714160-
CMYK0.2400.570.45
HSL85.19º40.3%39.41%-
HSV(B)85.19º57.45%55.29%-
XYZ16.422.57.75-
YUV121.693.24117.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=34.74%
G=45.78%
B=19.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141600.2400.570.4585.1940.339.41
Hex6B8D3C180392D552827
Octal1532157430071551255047
Binary1101011100011011111001100001110011011011010101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8D3C; }

 p { color: rgb(107,141,60); }

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

<style>
 a { background-color: #6B8D3C; }

 a { background-color: rgb(107,141,60); }

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

<style>
 span { border-color: #6B8D3C; }

 span { border-color: rgb(107,141,60); }

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