Html Css Color HEX #6BA160 Hippie Green

📋 copy color: '#6BA160'

red 107 ◦ green 161 ◦ blue 96

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

Shades of Hippie Green #6BA160

Tints of Hippie Green #6BA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 29.4%
G = 44.23%
B = 26.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#6BA160 (or 0x6BA160) is known color: Hippie Green. HEX triplet: 6B, A1 and 60. RGB value is (107,161,96). Sum of RGB (Red+Green+Blue) = 107+161+96=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA160 is #945E9F. Grayscale: #898989. Windows color (decimal): -9723552 or 6332779. OLE color: 6332779.

HSL color Cylindrical-coordinate representation of color #6BA160: hue angle of 109.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA160 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 96 -
CMYK 0.34 0 0.40 0.37
HSL 109.85º 0.26% 0.5% -
HSV(B) 109.85º 0.4% 0.63% -
XYZ 20.92 29.46 15.65 -
YUV 137.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 107 161 96 0.34 0 0.40 0.37 109.85 0.26 0.5
Hex 6B A1 60 22 0 28 25 6E 1A 32
Octal 153 241 140 42 0 50 45 156 32 62
Binary 1101011 10100001 1100000 100010 0 101000 100101 1101110 11010 110010

Color Harmonies of #6BA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA160

Black with #6BA160

Text Example


Text Example

White with #6BA160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,161,96); }

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

background-color css

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

 a { background-color: rgb(107,161,96); }

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

border-color css

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

 span { border-color: rgb(107,161,96); }

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