Html Css Color HEX #6C985F Hippie Green

📋 copy color: '#6C985F'

red 108 ◦ green 152 ◦ blue 95

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

Shades of Hippie Green #6C985F

Tints of Hippie Green #6C985F

RGB

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

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

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

R = 30.42%
G = 42.82%
B = 26.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#6C985F (or 0x6C985F) is known color: Hippie Green. HEX triplet: 6C, 98 and 5F. RGB value is (108,152,95). Sum of RGB (Red+Green+Blue) = 108+152+95=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #6C985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C985F is #9367A0. Grayscale: #848484. Windows color (decimal): -9660321 or 6264940. OLE color: 6264940.

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

Color convert

RGB 108 152 95 -
CMYK 0.29 0 0.38 0.40
HSL 106.32º 0.23% 0.48% -
HSV(B) 106.32º 0.38% 0.6% -
XYZ 19.48 26.47 14.91 -
YUV 132.35 106.92 110.63 -
System Red Green Blue C M Y K H S L
Decimal 108 152 95 0.29 0 0.38 0.40 106.32 0.23 0.48
Hex 6C 98 5F 1D 0 26 28 6A 17 30
Octal 154 230 137 35 0 46 50 152 27 60
Binary 1101100 10011000 1011111 11101 0 100110 101000 1101010 10111 110000

Color Harmonies of #6C985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C985F

Black with #6C985F

Text Example


Text Example

White with #6C985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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