Html Css Color HEX #707623 Olivetone

📋 copy color: '#707623'

red 112 ◦ green 118 ◦ blue 35

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

Shades of Olivetone #707623

Tints of Olivetone #707623

RGB

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

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

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

R = 42.26%
G = 44.53%
B = 13.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#707623 (or 0x707623) is known color: Olivetone. HEX triplet: 70, 76 and 23. RGB value is (112,118,35). Sum of RGB (Red+Green+Blue) = 112+118+35=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #707623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707623 is #8F89DC. Grayscale: #6B6B6B. Windows color (decimal): -9406941 or 2324080. OLE color: 2324080.

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

Color convert

RGB 112 118 35 -
CMYK 0.05 0 0.70 0.54
HSL 64.34º 0.54% 0.3% -
HSV(B) 64.34º 0.7% 0.46% -
XYZ 13.46 16.52 4.07 -
YUV 106.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 112 118 35 0.05 0 0.70 0.54 64.34 0.54 0.3
Hex 70 76 23 5 0 46 36 40 36 1E
Octal 160 166 43 5 0 106 66 100 66 36
Binary 1110000 1110110 100011 101 0 1000110 110110 1000000 110110 11110

Color Harmonies of #707623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707623

Black with #707623

Text Example


Text Example

White with #707623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707623; }

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

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

background-color css

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

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

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

border-color css

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

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

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