Html Css Color HEX #6C953A Vida Loca

📋 copy color: '#6C953A'

red 108 ◦ green 149 ◦ blue 58

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

Shades of Vida Loca #6C953A

Tints of Vida Loca #6C953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 34.29%
G = 47.3%
B = 18.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#6C953A (or 0x6C953A) is known color: Vida Loca. HEX triplet: 6C, 95 and 3A. RGB value is (108,149,58). Sum of RGB (Red+Green+Blue) = 108+149+58=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #6C953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C953A is #936AC5. Grayscale: #7E7E7E. Windows color (decimal): -9661126 or 3839340. OLE color: 3839340.

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

Color convert

RGB 108 149 58 -
CMYK 0.28 0 0.61 0.42
HSL 87.03º 0.44% 0.41% -
HSV(B) 87.03º 0.61% 0.58% -
XYZ 17.7 24.99 7.89 -
YUV 126.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 108 149 58 0.28 0 0.61 0.42 87.03 0.44 0.41
Hex 6C 95 3A 1C 0 3D 2A 57 2C 29
Octal 154 225 72 34 0 75 52 127 54 51
Binary 1101100 10010101 111010 11100 0 111101 101010 1010111 101100 101001

Color Harmonies of #6C953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C953A

Black with #6C953A

Text Example


Text Example

White with #6C953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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