Html Css Color HEX #707323 Olivetone

📋 copy color: '#707323'

red 112 ◦ green 115 ◦ blue 35

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

Shades of Olivetone #707323

Tints of Olivetone #707323

RGB

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

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

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

R = 42.75%
G = 43.89%
B = 13.36%

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

#707323 (or 0x707323) is known color: Olivetone. HEX triplet: 70, 73 and 23. RGB value is (112,115,35). Sum of RGB (Red+Green+Blue) = 112+115+35=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #707323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707323 is #8F8CDC. Grayscale: #696969. Windows color (decimal): -9407709 or 2323312. OLE color: 2323312.

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

Color convert

RGB 112 115 35 -
CMYK 0.03 0 0.70 0.55
HSL 62.25º 0.53% 0.29% -
HSV(B) 62.25º 0.7% 0.45% -
XYZ 13.12 15.83 3.95 -
YUV 104.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 112 115 35 0.03 0 0.70 0.55 62.25 0.53 0.29
Hex 70 73 23 3 0 46 37 3E 35 1D
Octal 160 163 43 3 0 106 67 76 65 35
Binary 1110000 1110011 100011 11 0 1000110 110111 111110 110101 11101

Color Harmonies of #707323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707323

Black with #707323

Text Example


Text Example

White with #707323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707323; }

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

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

background-color css

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

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

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

border-color css

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

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

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