#6B985C

Color #6B985C Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #6B985C

Tints of Hippie Green #6B985C

Color information

#6B985C (or 0x6B985C) is unknown color: approx Hippie Green. HEX triplet: 6B, 98 and 5C. RGB value is (107,152,92). Sum of RGB (Red+Green+Blue) = 107+152+92=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #6B985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B985C is #9467A3. Grayscale: #838383. Windows color (decimal): -9725860 or 6068331. OLE color: 6068331.

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

Color convert

RGB10715292-
CMYK0.3000.390.40
HSL105º24.59%47.84%-
HSV(B)105º39.47%59.61%-
XYZ19.2226.3514.2-
YUV131.7105.59110.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.48%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=30.48%
G=43.30%
B=26.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107152920.3000.390.4010524.5947.84
Hex6B985C1E02728691930
Octal15323013436047501513160
Binary1101011100110001011100111100100111101000110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B985C;
 }
 .AnyTagClassName
 {
   color: #6B985C;
 }
</style>
background-color css

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

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

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

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

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

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