Html Css Color HEX #707603 Olive

📋 copy color: '#707603'

red 112 ◦ green 118 ◦ blue 3

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

Shades of Olive #707603

Tints of Olive #707603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 48.07%
G = 50.64%
B = 1.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#707603 (or 0x707603) is known color: Olive. HEX triplet: 70, 76 and 03. RGB value is (112,118,3). Sum of RGB (Red+Green+Blue) = 112+118+3=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #707603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707603 is #8F89FC. Grayscale: #676767. Windows color (decimal): -9406973 or 226928. OLE color: 226928.

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

Color convert

RGB 112 118 3 -
CMYK 0.05 0 0.97 0.54
HSL 63.13º 0.95% 0.24% -
HSV(B) 63.13º 0.97% 0.46% -
XYZ 13.18 16.41 2.56 -
YUV 103.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 112 118 3 0.05 0 0.97 0.54 63.13 0.95 0.24
Hex 70 76 3 5 0 61 36 3F 5F 18
Octal 160 166 3 5 0 141 66 77 137 30
Binary 1110000 1110110 11 101 0 1100001 110110 111111 1011111 11000

Color Harmonies of #707603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707603

Black with #707603

Text Example


Text Example

White with #707603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707603; }

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

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

background-color css

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

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

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

border-color css

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

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

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