Html Css Color HEX #707423 Olivetone

📋 copy color: '#707423'

red 112 ◦ green 116 ◦ blue 35

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

Shades of Olivetone #707423

Tints of Olivetone #707423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 42.59%
G = 44.11%
B = 13.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#707423 (or 0x707423) is known color: Olivetone. HEX triplet: 70, 74 and 23. RGB value is (112,116,35). Sum of RGB (Red+Green+Blue) = 112+116+35=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #707423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707423 is #8F8BDC. Grayscale: #696969. Windows color (decimal): -9407453 or 2323568. OLE color: 2323568.

HSL color Cylindrical-coordinate representation of color #707423: hue angle of 62.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707423 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 35 -
CMYK 0.03 0 0.70 0.55
HSL 62.96º 0.54% 0.3% -
HSV(B) 62.96º 0.7% 0.45% -
XYZ 13.23 16.06 3.99 -
YUV 105.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 112 116 35 0.03 0 0.70 0.55 62.96 0.54 0.3
Hex 70 74 23 3 0 46 37 3F 36 1E
Octal 160 164 43 3 0 106 67 77 66 36
Binary 1110000 1110100 100011 11 0 1000110 110111 111111 110110 11110

Color Harmonies of #707423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707423

Black with #707423

Text Example


Text Example

White with #707423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707423; }

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

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

background-color css

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

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

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

border-color css

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

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

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