Html Css Color HEX #6A995C Hippie Green

📋 copy color: '#6A995C'

red 106 ◦ green 153 ◦ blue 92

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

Shades of Hippie Green #6A995C

Tints of Hippie Green #6A995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 30.2%
G = 43.59%
B = 26.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#6A995C (or 0x6A995C) is known color: Hippie Green. HEX triplet: 6A, 99 and 5C. RGB value is (106,153,92). Sum of RGB (Red+Green+Blue) = 106+153+92=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #6A995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A995C is #9566A3. Grayscale: #848484. Windows color (decimal): -9791140 or 6068586. OLE color: 6068586.

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

Color convert

RGB 106 153 92 -
CMYK 0.31 0 0.40 0.4
HSL 106.23º 0.25% 0.48% -
HSV(B) 106.23º 0.4% 0.6% -
XYZ 19.27 26.62 14.25 -
YUV 131.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 106 153 92 0.31 0 0.40 0.4 106.23 0.25 0.48
Hex 6A 99 5C 1F 0 28 28 6A 19 30
Octal 152 231 134 37 0 50 50 152 31 60
Binary 1101010 10011001 1011100 11111 0 101000 101000 1101010 11001 110000

Color Harmonies of #6A995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A995C

Black with #6A995C

Text Example


Text Example

White with #6A995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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