#707B2C

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

Shades of Rain Forest #707B2C

Tints of Rain Forest #707B2C

Color information

#707B2C (or 0x707B2C) is unknown color: approx Rain Forest. HEX triplet: 70, 7B and 2C. RGB value is (112,123,44). Sum of RGB (Red+Green+Blue) = 112+123+44=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #707B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B2C is #8F84D3. Grayscale: #6F6F6F. Windows color (decimal): -9405652 or 2915184. OLE color: 2915184.

HSL color Cylindrical-coordinate representation of color #707B2C: hue angle of 68.35º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #707B2C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB11212344-
CMYK0.0900.640.52
HSL68.35º47.31%32.75%-
HSV(B)68.35º64.23%48.24%-
XYZ14.2217.795.07-
YUV110.790.36128.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=40.14%
G=44.09%
B=15.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123440.0900.640.5268.3547.3132.75
Hex707B2C904034442f21
Octal16017354110100641045741
Binary111000011110111011001001010000001101001000100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707B2C; }

 p { color: rgb(112,123,44); }

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

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

 a { background-color: rgb(112,123,44); }

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

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

 span { border-color: rgb(112,123,44); }

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