Html Css Color HEX #707133 Olivetone

📋 copy color: '#707133'

red 112 ◦ green 113 ◦ blue 51

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

Shades of Olivetone #707133

Tints of Olivetone #707133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 40.58%
G = 40.94%
B = 18.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#707133 (or 0x707133) is known color: Olivetone. HEX triplet: 70, 71 and 33. RGB value is (112,113,51). Sum of RGB (Red+Green+Blue) = 112+113+51=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #707133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707133 is #8F8ECC. Grayscale: #696969. Windows color (decimal): -9408205 or 3371376. OLE color: 3371376.

HSL color Cylindrical-coordinate representation of color #707133: hue angle of 60.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707133 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 51 -
CMYK 0.01 0 0.55 0.56
HSL 60.97º 0.38% 0.32% -
HSV(B) 60.97º 0.55% 0.44% -
XYZ 13.18 15.49 5.43 -
YUV 105.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 112 113 51 0.01 0 0.55 0.56 60.97 0.38 0.32
Hex 70 71 33 1 0 37 38 3D 26 20
Octal 160 161 63 1 0 67 70 75 46 40
Binary 1110000 1110001 110011 1 0 110111 111000 111101 100110 100000

Color Harmonies of #707133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707133

Black with #707133

Text Example


Text Example

White with #707133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707133; }

 p { color: rgb(112,113,51); }

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

background-color css

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

 a { background-color: rgb(112,113,51); }

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

border-color css

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

 span { border-color: rgb(112,113,51); }

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