#68945A

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

Shades of Hippie Green #68945A

Tints of Hippie Green #68945A

Color information

#68945A (or 0x68945A) is unknown color: approx Hippie Green. HEX triplet: 68, 94 and 5A. RGB value is (104,148,90). Sum of RGB (Red+Green+Blue) = 104+148+90=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #68945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68945A is #976BA5. Grayscale: #808080. Windows color (decimal): -9923494 or 5936232. OLE color: 5936232.

HSL color Cylindrical-coordinate representation of color #68945A: hue angle of 105.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68945A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB10414890-
CMYK0.3000.390.42
HSL105.52º24.37%46.67%-
HSV(B)105.52º39.19%58.04%-
XYZ18.1424.8613.52-
YUV128.23106.42110.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=30.41%
G=43.27%
B=26.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148900.3000.390.42105.5224.3746.67
Hex68945A1E0272A6a182f
Octal15022413236047521523057
Binary1101000100101001011010111100100111101010110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68945A; }

 p { color: rgb(104,148,90); }

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

<style>
 a { background-color: #68945A; }

 a { background-color: rgb(104,148,90); }

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

<style>
 span { border-color: #68945A; }

 span { border-color: rgb(104,148,90); }

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