Html Css Color HEX #707621 Olivetone

📋 copy color: '#707621'

red 112 ◦ green 118 ◦ blue 33

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

Shades of Olivetone #707621

Tints of Olivetone #707621

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 42.59%
G = 44.87%
B = 12.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#707621 (or 0x707621) is known color: Olivetone. HEX triplet: 70, 76 and 21. RGB value is (112,118,33). Sum of RGB (Red+Green+Blue) = 112+118+33=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #707621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707621 is #8F89DE. Grayscale: #6A6A6A. Windows color (decimal): -9406943 or 2193008. OLE color: 2193008.

HSL color Cylindrical-coordinate representation of color #707621: hue angle of 64.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707621 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 33 -
CMYK 0.05 0 0.72 0.54
HSL 64.24º 0.56% 0.3% -
HSV(B) 64.24º 0.72% 0.46% -
XYZ 13.44 16.51 3.92 -
YUV 106.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 112 118 33 0.05 0 0.72 0.54 64.24 0.56 0.3
Hex 70 76 21 5 0 48 36 40 38 1E
Octal 160 166 41 5 0 110 66 100 70 36
Binary 1110000 1110110 100001 101 0 1001000 110110 1000000 111000 11110

Color Harmonies of #707621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707621

Black with #707621

Text Example


Text Example

White with #707621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707621; }

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

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

background-color css

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

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

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

border-color css

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

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

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