Html Css Color HEX #6C953C Vida Loca

📋 copy color: '#6C953C'

red 108 ◦ green 149 ◦ blue 60

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

Shades of Vida Loca #6C953C

Tints of Vida Loca #6C953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 34.07%
G = 47%
B = 18.93%

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

#6C953C (or 0x6C953C) is known color: Vida Loca. HEX triplet: 6C, 95 and 3C. RGB value is (108,149,60). Sum of RGB (Red+Green+Blue) = 108+149+60=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953C is #936AC3. Grayscale: #7E7E7E. Windows color (decimal): -9661124 or 3970412. OLE color: 3970412.

HSL color Cylindrical-coordinate representation of color #6C953C: hue angle of 87.64º 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 #6C953C is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 60 -
CMYK 0.28 0 0.60 0.42
HSL 87.64º 0.43% 0.41% -
HSV(B) 87.64º 0.6% 0.58% -
XYZ 17.75 25.01 8.17 -
YUV 126.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 108 149 60 0.28 0 0.60 0.42 87.64 0.43 0.41
Hex 6C 95 3C 1C 0 3C 2A 58 2B 29
Octal 154 225 74 34 0 74 52 130 53 51
Binary 1101100 10010101 111100 11100 0 111100 101010 1011000 101011 101001

Color Harmonies of #6C953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C953C

Black with #6C953C

Text Example


Text Example

White with #6C953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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