Html Css Color HEX #6C985C Hippie Green

📋 copy color: '#6C985C'

red 108 ◦ green 152 ◦ blue 92

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

Shades of Hippie Green #6C985C

Tints of Hippie Green #6C985C

RGB

 RED value IS 108 (42.58% from 255) = 30.68%

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

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

R = 30.68%
G = 43.18%
B = 26.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#6C985C (or 0x6C985C) is known color: Hippie Green. HEX triplet: 6C, 98 and 5C. RGB value is (108,152,92). Sum of RGB (Red+Green+Blue) = 108+152+92=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #6C985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C985C is #9367A3. Grayscale: #848484. Windows color (decimal): -9660324 or 6068332. OLE color: 6068332.

HSL color Cylindrical-coordinate representation of color #6C985C: hue angle of 104º degrees, saturation: 0.25, 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 #6C985C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 92 -
CMYK 0.29 0 0.39 0.40
HSL 104º 0.25% 0.48% -
HSV(B) 104º 0.39% 0.6% -
XYZ 19.34 26.42 14.2 -
YUV 132 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 108 152 92 0.29 0 0.39 0.40 104 0.25 0.48
Hex 6C 98 5C 1D 0 27 28 68 19 30
Octal 154 230 134 35 0 47 50 150 31 60
Binary 1101100 10011000 1011100 11101 0 100111 101000 1101000 11001 110000

Color Harmonies of #6C985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C985C

Black with #6C985C

Text Example


Text Example

White with #6C985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,152,92); }

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

background-color css

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

 a { background-color: rgb(108,152,92); }

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

border-color css

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

 span { border-color: rgb(108,152,92); }

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