Html Css Color HEX #707B22 Rain Forest

📋 copy color: '#707B22'

red 112 ◦ green 123 ◦ blue 34

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

Shades of Rain Forest #707B22

Tints of Rain Forest #707B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 41.64%
G = 45.72%
B = 12.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#707B22 (or 0x707B22) is known color: Rain Forest. HEX triplet: 70, 7B and 22. RGB value is (112,123,34). Sum of RGB (Red+Green+Blue) = 112+123+34=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #707B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B22 is #8F84DD. Grayscale: #6D6D6D. Windows color (decimal): -9405662 or 2259824. OLE color: 2259824.

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

Color convert

RGB 112 123 34 -
CMYK 0.09 0 0.72 0.52
HSL 67.42º 0.57% 0.31% -
HSV(B) 67.42º 0.72% 0.48% -
XYZ 14.05 17.73 4.19 -
YUV 109.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 112 123 34 0.09 0 0.72 0.52 67.42 0.57 0.31
Hex 70 7B 22 9 0 48 34 43 39 1F
Octal 160 173 42 11 0 110 64 103 71 37
Binary 1110000 1111011 100010 1001 0 1001000 110100 1000011 111001 11111

Color Harmonies of #707B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B22

Black with #707B22

Text Example


Text Example

White with #707B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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