Html Css Color HEX #6A995E Hippie Green

📋 copy color: '#6A995E'

red 106 ◦ green 153 ◦ blue 94

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

Shades of Hippie Green #6A995E

Tints of Hippie Green #6A995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 30.03%
G = 43.34%
B = 26.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#6A995E (or 0x6A995E) is known color: Hippie Green. HEX triplet: 6A, 99 and 5E. RGB value is (106,153,94). Sum of RGB (Red+Green+Blue) = 106+153+94=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #6A995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A995E is #9566A1. Grayscale: #848484. Windows color (decimal): -9791138 or 6199658. OLE color: 6199658.

HSL color Cylindrical-coordinate representation of color #6A995E: hue angle of 107.8º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A995E is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 94 -
CMYK 0.31 0 0.39 0.4
HSL 107.8º 0.24% 0.48% -
HSV(B) 107.8º 0.39% 0.6% -
XYZ 19.36 26.65 14.71 -
YUV 132.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 106 153 94 0.31 0 0.39 0.4 107.8 0.24 0.48
Hex 6A 99 5E 1F 0 27 28 6C 18 30
Octal 152 231 136 37 0 47 50 154 30 60
Binary 1101010 10011001 1011110 11111 0 100111 101000 1101100 11000 110000

Color Harmonies of #6A995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A995E

Black with #6A995E

Text Example


Text Example

White with #6A995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,153,94); }

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

background-color css

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

 a { background-color: rgb(106,153,94); }

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

border-color css

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

 span { border-color: rgb(106,153,94); }

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