Html Css Color HEX #6BA05F Hippie Green

📋 copy color: '#6BA05F'

red 107 ◦ green 160 ◦ blue 95

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

Shades of Hippie Green #6BA05F

Tints of Hippie Green #6BA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 29.56%
G = 44.2%
B = 26.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#6BA05F (or 0x6BA05F) is known color: Hippie Green. HEX triplet: 6B, A0 and 5F. RGB value is (107,160,95). Sum of RGB (Red+Green+Blue) = 107+160+95=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA05F is #945FA0. Grayscale: #888888. Windows color (decimal): -9723809 or 6266987. OLE color: 6266987.

HSL color Cylindrical-coordinate representation of color #6BA05F: hue angle of 108.92º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BA05F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 95 -
CMYK 0.33 0 0.41 0.37
HSL 108.92º 0.25% 0.5% -
HSV(B) 108.92º 0.41% 0.63% -
XYZ 20.7 29.09 15.35 -
YUV 136.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 107 160 95 0.33 0 0.41 0.37 108.92 0.25 0.5
Hex 6B A0 5F 21 0 29 25 6D 19 32
Octal 153 240 137 41 0 51 45 155 31 62
Binary 1101011 10100000 1011111 100001 0 101001 100101 1101101 11001 110010

Color Harmonies of #6BA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA05F

Black with #6BA05F

Text Example


Text Example

White with #6BA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,95); }

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

background-color css

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

 a { background-color: rgb(107,160,95); }

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

border-color css

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

 span { border-color: rgb(107,160,95); }

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