Html Css Color HEX #707B37 Rain Forest

📋 copy color: '#707B37'

red 112 ◦ green 123 ◦ blue 55

#707B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #707B37

Tints of Rain Forest #707B37

RGB

 RED value IS 112 (44.14% from 255) = 38.62%

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 38.62%
G = 42.41%
B = 18.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#707B37 (or 0x707B37) is known color: Rain Forest. HEX triplet: 70, 7B and 37. RGB value is (112,123,55). Sum of RGB (Red+Green+Blue) = 112+123+55=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #707B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B37 is #8F84C8. Grayscale: #707070. Windows color (decimal): -9405641 or 3636080. OLE color: 3636080.

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

Color convert

RGB 112 123 55 -
CMYK 0.09 0 0.55 0.52
HSL 69.71º 0.38% 0.35% -
HSV(B) 69.71º 0.55% 0.48% -
XYZ 14.45 17.89 6.31 -
YUV 111.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 112 123 55 0.09 0 0.55 0.52 69.71 0.38 0.35
Hex 70 7B 37 9 0 37 34 46 26 23
Octal 160 173 67 11 0 67 64 106 46 43
Binary 1110000 1111011 110111 1001 0 110111 110100 1000110 100110 100011

Color Harmonies of #707B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B37

Black with #707B37

Text Example


Text Example

White with #707B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707B37;
 }
 .AnyTagClassName
 {
   color: #707B37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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