Html Css Color HEX #707223 Olivetone

📋 copy color: '#707223'

red 112 ◦ green 114 ◦ blue 35

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

Shades of Olivetone #707223

Tints of Olivetone #707223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 42.91%
G = 43.68%
B = 13.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#707223 (or 0x707223) is known color: Olivetone. HEX triplet: 70, 72 and 23. RGB value is (112,114,35). Sum of RGB (Red+Green+Blue) = 112+114+35=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #707223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707223 is #8F8DDC. Grayscale: #686868. Windows color (decimal): -9407965 or 2323056. OLE color: 2323056.

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

Color convert

RGB 112 114 35 -
CMYK 0.02 0 0.69 0.55
HSL 61.52º 0.53% 0.29% -
HSV(B) 61.52º 0.69% 0.45% -
XYZ 13 15.6 3.92 -
YUV 104.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 112 114 35 0.02 0 0.69 0.55 61.52 0.53 0.29
Hex 70 72 23 2 0 45 37 3E 35 1D
Octal 160 162 43 2 0 105 67 76 65 35
Binary 1110000 1110010 100011 10 0 1000101 110111 111110 110101 11101

Color Harmonies of #707223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707223

Black with #707223

Text Example


Text Example

White with #707223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707223; }

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

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

background-color css

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

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

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

border-color css

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

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

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