Html Css Color HEX #707333 Olivetone

📋 copy color: '#707333'

red 112 ◦ green 115 ◦ blue 51

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

Shades of Olivetone #707333

Tints of Olivetone #707333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 40.29%
G = 41.37%
B = 18.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#707333 (or 0x707333) is known color: Olivetone. HEX triplet: 70, 73 and 33. RGB value is (112,115,51). Sum of RGB (Red+Green+Blue) = 112+115+51=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #707333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707333 is #8F8CCC. Grayscale: #6B6B6B. Windows color (decimal): -9407693 or 3371888. OLE color: 3371888.

HSL color Cylindrical-coordinate representation of color #707333: hue angle of 62.81º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707333 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 51 -
CMYK 0.03 0 0.56 0.55
HSL 62.81º 0.39% 0.33% -
HSV(B) 62.81º 0.56% 0.45% -
XYZ 13.41 15.95 5.5 -
YUV 106.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 112 115 51 0.03 0 0.56 0.55 62.81 0.39 0.33
Hex 70 73 33 3 0 38 37 3F 27 21
Octal 160 163 63 3 0 70 67 77 47 41
Binary 1110000 1110011 110011 11 0 111000 110111 111111 100111 100001

Color Harmonies of #707333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707333

Black with #707333

Text Example


Text Example

White with #707333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707333; }

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

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

background-color css

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

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

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

border-color css

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

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

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