Html Css Color HEX #6D953F Vida Loca

📋 copy color: '#6D953F'

red 109 ◦ green 149 ◦ blue 63

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

Shades of Vida Loca #6D953F

Tints of Vida Loca #6D953F

RGB

 RED value IS 109 (42.97% from 255) = 33.96%

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 33.96%
G = 46.42%
B = 19.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#6D953F (or 0x6D953F) is known color: Vida Loca. HEX triplet: 6D, 95 and 3F. RGB value is (109,149,63). Sum of RGB (Red+Green+Blue) = 109+149+63=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #6D953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D953F is #926AC0. Grayscale: #7F7F7F. Windows color (decimal): -9595585 or 4167021. OLE color: 4167021.

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

Color convert

RGB 109 149 63 -
CMYK 0.27 0 0.58 0.42
HSL 87.91º 0.41% 0.42% -
HSV(B) 87.91º 0.58% 0.58% -
XYZ 17.95 25.1 8.6 -
YUV 127.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 109 149 63 0.27 0 0.58 0.42 87.91 0.41 0.42
Hex 6D 95 3F 1B 0 3A 2A 58 29 2A
Octal 155 225 77 33 0 72 52 130 51 52
Binary 1101101 10010101 111111 11011 0 111010 101010 1011000 101001 101010

Color Harmonies of #6D953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D953F

Black with #6D953F

Text Example


Text Example

White with #6D953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,63); }

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

background-color css

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

 a { background-color: rgb(109,149,63); }

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

border-color css

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

 span { border-color: rgb(109,149,63); }

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