#697C28

Color #697C28 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #697C28

Tints of Rain Forest #697C28

Color information

#697C28 (or 0x697C28) is unknown color: approx Rain Forest. HEX triplet: 69, 7C and 28. RGB value is (105,124,40). Sum of RGB (Red+Green+Blue) = 105+124+40=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #697C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C28 is #9683D7. Grayscale: #6D6D6D. Windows color (decimal): -9864152 or 2653289. OLE color: 2653289.

HSL color Cylindrical-coordinate representation of color #697C28: hue angle of 73.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #697C28 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB10512440-
CMYK0.1500.680.51
HSL73.57º51.22%32.16%-
HSV(B)73.57º67.74%48.63%-
XYZ13.4217.574.69-
YUV108.7489.21125.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=39.03%
G=46.10%
B=14.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124400.1500.680.5173.5751.2232.16
Hex697C28F044334a3320
Octal15117450170104631126340
Binary110100111111001010001111010001001100111001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C28; }

 p { color: rgb(105,124,40); }

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

<style>
 a { background-color: #697C28; }

 a { background-color: rgb(105,124,40); }

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

<style>
 span { border-color: #697C28; }

 span { border-color: rgb(105,124,40); }

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