Html Css Color HEX #6C985D Hippie Green

📋 copy color: '#6C985D'

red 108 ◦ green 152 ◦ blue 93

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

Shades of Hippie Green #6C985D

Tints of Hippie Green #6C985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 30.59%
G = 43.06%
B = 26.35%

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

#6C985D (or 0x6C985D) is known color: Hippie Green. HEX triplet: 6C, 98 and 5D. RGB value is (108,152,93). Sum of RGB (Red+Green+Blue) = 108+152+93=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #6C985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C985D is #9367A2. Grayscale: #848484. Windows color (decimal): -9660323 or 6133868. OLE color: 6133868.

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

Color convert

RGB 108 152 93 -
CMYK 0.29 0 0.39 0.40
HSL 104.75º 0.24% 0.48% -
HSV(B) 104.75º 0.39% 0.6% -
XYZ 19.39 26.43 14.44 -
YUV 132.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 108 152 93 0.29 0 0.39 0.40 104.75 0.24 0.48
Hex 6C 98 5D 1D 0 27 28 69 18 30
Octal 154 230 135 35 0 47 50 151 30 60
Binary 1101100 10011000 1011101 11101 0 100111 101000 1101001 11000 110000

Color Harmonies of #6C985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C985D

Black with #6C985D

Text Example


Text Example

White with #6C985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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