Html Css Color HEX #6A985E Hippie Green

📋 copy color: '#6A985E'

red 106 ◦ green 152 ◦ blue 94

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

Shades of Hippie Green #6A985E

Tints of Hippie Green #6A985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 30.11%
G = 43.18%
B = 26.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#6A985E (or 0x6A985E) is known color: Hippie Green. HEX triplet: 6A, 98 and 5E. RGB value is (106,152,94). Sum of RGB (Red+Green+Blue) = 106+152+94=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #6A985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A985E is #9567A1. Grayscale: #838383. Windows color (decimal): -9791394 or 6199402. OLE color: 6199402.

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

Color convert

RGB 106 152 94 -
CMYK 0.30 0 0.38 0.40
HSL 107.59º 0.24% 0.48% -
HSV(B) 107.59º 0.38% 0.6% -
XYZ 19.19 26.33 14.66 -
YUV 131.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 106 152 94 0.30 0 0.38 0.40 107.59 0.24 0.48
Hex 6A 98 5E 1E 0 26 28 6C 18 30
Octal 152 230 136 36 0 46 50 154 30 60
Binary 1101010 10011000 1011110 11110 0 100110 101000 1101100 11000 110000

Color Harmonies of #6A985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A985E

Black with #6A985E

Text Example


Text Example

White with #6A985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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