#68925A

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

Shades of Hippie Green #68925A

Tints of Hippie Green #68925A

Color information

#68925A (or 0x68925A) is unknown color: approx Hippie Green. HEX triplet: 68, 92 and 5A. RGB value is (104,146,90). Sum of RGB (Red+Green+Blue) = 104+146+90=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #68925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68925A is #976DA5. Grayscale: #7F7F7F. Windows color (decimal): -9924006 or 5935720. OLE color: 5935720.

HSL color Cylindrical-coordinate representation of color #68925A: hue angle of 105º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68925A is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB10414690-
CMYK0.2900.380.43
HSL105º23.73%46.27%-
HSV(B)105º38.36%57.25%-
XYZ17.8324.2413.41-
YUV127.06107.09111.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=30.59%
G=42.94%
B=26.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146900.2900.380.4310523.7346.27
Hex68925A1D0262B69182e
Octal15022213235046531513056
Binary1101000100100101011010111010100110101011110100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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