Html Css Color HEX #6B953B Vida Loca

📋 copy color: '#6B953B'

red 107 ◦ green 149 ◦ blue 59

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

Shades of Vida Loca #6B953B

Tints of Vida Loca #6B953B

RGB

 RED value IS 107 (42.19% from 255) = 33.97%

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

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

R = 33.97%
G = 47.3%
B = 18.73%

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

#6B953B (or 0x6B953B) is known color: Vida Loca. HEX triplet: 6B, 95 and 3B. RGB value is (107,149,59). Sum of RGB (Red+Green+Blue) = 107+149+59=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #6B953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B953B is #946AC4. Grayscale: #7E7E7E. Windows color (decimal): -9726661 or 3904875. OLE color: 3904875.

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

Color convert

RGB 107 149 59 -
CMYK 0.28 0 0.60 0.42
HSL 88º 0.43% 0.41% -
HSV(B) 88º 0.6% 0.58% -
XYZ 17.6 24.94 8.02 -
YUV 126.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 107 149 59 0.28 0 0.60 0.42 88 0.43 0.41
Hex 6B 95 3B 1C 0 3C 2A 58 2B 29
Octal 153 225 73 34 0 74 52 130 53 51
Binary 1101011 10010101 111011 11100 0 111100 101010 1011000 101011 101001

Color Harmonies of #6B953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B953B

Black with #6B953B

Text Example


Text Example

White with #6B953B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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