#67985E

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

Shades of Hippie Green #67985E

Tints of Hippie Green #67985E

Color information

#67985E (or 0x67985E) is unknown color: approx Hippie Green. HEX triplet: 67, 98 and 5E. RGB value is (103,152,94). Sum of RGB (Red+Green+Blue) = 103+152+94=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #67985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67985E is #9867A1. Grayscale: #828282. Windows color (decimal): -9988002 or 6199399. OLE color: 6199399.

HSL color Cylindrical-coordinate representation of color #67985E: hue angle of 110.69º degrees, saturation: 0.24, 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 #67985E is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB10315294-
CMYK0.3200.380.40
HSL110.69º23.58%48.24%-
HSV(B)110.69º38.16%59.61%-
XYZ18.8426.1514.64-
YUV130.74107.27108.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=29.51%
G=43.55%
B=26.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152940.3200.380.40110.6923.5848.24
Hex67985E20026286f1830
Octal14723013640046501573060
Binary11001111001100010111101000000100110101000110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67985E; }

 p { color: rgb(103,152,94); }

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

<style>
 a { background-color: #67985E; }

 a { background-color: rgb(103,152,94); }

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

<style>
 span { border-color: #67985E; }

 span { border-color: rgb(103,152,94); }

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