Html Css Color HEX #707421 Olivetone

📋 copy color: '#707421'

red 112 ◦ green 116 ◦ blue 33

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

Shades of Olivetone #707421

Tints of Olivetone #707421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 42.91%
G = 44.44%
B = 12.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#707421 (or 0x707421) is known color: Olivetone. HEX triplet: 70, 74 and 21. RGB value is (112,116,33). Sum of RGB (Red+Green+Blue) = 112+116+33=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #707421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707421 is #8F8BDE. Grayscale: #696969. Windows color (decimal): -9407455 or 2192496. OLE color: 2192496.

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

Color convert

RGB 112 116 33 -
CMYK 0.03 0 0.72 0.55
HSL 62.89º 0.56% 0.29% -
HSV(B) 62.89º 0.72% 0.45% -
XYZ 13.2 16.05 3.84 -
YUV 105.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 112 116 33 0.03 0 0.72 0.55 62.89 0.56 0.29
Hex 70 74 21 3 0 48 37 3F 38 1D
Octal 160 164 41 3 0 110 67 77 70 35
Binary 1110000 1110100 100001 11 0 1001000 110111 111111 111000 11101

Color Harmonies of #707421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707421

Black with #707421

Text Example


Text Example

White with #707421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707421; }

 p { color: rgb(112,116,33); }

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

background-color css

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

 a { background-color: rgb(112,116,33); }

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

border-color css

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

 span { border-color: rgb(112,116,33); }

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