Html Css Color HEX #6C953B Vida Loca

📋 copy color: '#6C953B'

red 108 ◦ green 149 ◦ blue 59

#6C953B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #6C953B

Tints of Vida Loca #6C953B

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 34.18%
G = 47.15%
B = 18.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#6C953B (or 0x6C953B) is known color: Vida Loca. HEX triplet: 6C, 95 and 3B. RGB value is (108,149,59). Sum of RGB (Red+Green+Blue) = 108+149+59=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953B is #936AC4. Grayscale: #7E7E7E. Windows color (decimal): -9661125 or 3904876. OLE color: 3904876.

HSL color Cylindrical-coordinate representation of color #6C953B: hue angle of 87.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C953B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 59 -
CMYK 0.28 0 0.60 0.42
HSL 87.33º 0.43% 0.41% -
HSV(B) 87.33º 0.6% 0.58% -
XYZ 17.72 25 8.03 -
YUV 126.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 108 149 59 0.28 0 0.60 0.42 87.33 0.43 0.41
Hex 6C 95 3B 1C 0 3C 2A 57 2B 29
Octal 154 225 73 34 0 74 52 127 53 51
Binary 1101100 10010101 111011 11100 0 111100 101010 1010111 101011 101001

Color Harmonies of #6C953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C953B

Black with #6C953B

Text Example


Text Example

White with #6C953B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,59); }

 H1.HeaderClassName
 {
   color: #6C953B;
 }
 .AnyTagClassName
 {
   color: #6C953B;
 }
</style>

background-color css

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

 a { background-color: rgb(108,149,59); }

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

border-color css

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

 span { border-color: rgb(108,149,59); }

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