#697125

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

Shades of Rain Forest #697125

Tints of Rain Forest #697125

Color information

#697125 (or 0x697125) is unknown color: approx Rain Forest. HEX triplet: 69, 71 and 25. RGB value is (105,113,37). Sum of RGB (Red+Green+Blue) = 105+113+37=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #697125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697125 is #968EDA. Grayscale: #666666. Windows color (decimal): -9866971 or 2453865. OLE color: 2453865.

HSL color Cylindrical-coordinate representation of color #697125: hue angle of 66.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #697125 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB10511337-
CMYK0.0700.670.56
HSL66.32º50.67%29.41%-
HSV(B)66.32º67.26%44.31%-
XYZ12.0614.954-
YUV101.9491.35130.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=41.18%
G=44.31%
B=14.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113370.0700.670.5666.3250.6729.41
Hex69712570433842331d
Octal1511614570103701026335
Binary1101001111000110010111101000011111000100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697125; }

 p { color: rgb(105,113,37); }

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

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

 a { background-color: rgb(105,113,37); }

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

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

 span { border-color: rgb(105,113,37); }

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