Html Css Color HEX #6A875F Hippie Green

📋 copy color: '#6A875F'

red 106 ◦ green 135 ◦ blue 95

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

Shades of Hippie Green #6A875F

Tints of Hippie Green #6A875F

RGB

 RED value IS 106 (41.8% from 255) = 31.55%

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 31.55%
G = 40.18%
B = 28.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#6A875F (or 0x6A875F) is known color: Hippie Green. HEX triplet: 6A, 87 and 5F. RGB value is (106,135,95). Sum of RGB (Red+Green+Blue) = 106+135+95=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #6A875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A875F is #9578A0. Grayscale: #797979. Windows color (decimal): -9795745 or 6260586. OLE color: 6260586.

HSL color Cylindrical-coordinate representation of color #6A875F: hue angle of 103.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A875F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 135 95 -
CMYK 0.21 0 0.30 0.47
HSL 103.5º 0.17% 0.45% -
HSV(B) 103.5º 0.3% 0.53% -
XYZ 16.67 21.22 14.04 -
YUV 121.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 106 135 95 0.21 0 0.30 0.47 103.5 0.17 0.45
Hex 6A 87 5F 15 0 1E 2F 68 11 2D
Octal 152 207 137 25 0 36 57 150 21 55
Binary 1101010 10000111 1011111 10101 0 11110 101111 1101000 10001 101101

Color Harmonies of #6A875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A875F

Black with #6A875F

Text Example


Text Example

White with #6A875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,95); }

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

background-color css

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

 a { background-color: rgb(106,135,95); }

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

border-color css

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

 span { border-color: rgb(106,135,95); }

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