Html Css Color HEX #708B03 Olive

📋 copy color: '#708B03'

red 112 ◦ green 139 ◦ blue 3

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

Shades of Olive #708B03

Tints of Olive #708B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.72%

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

R = 44.09%
G = 54.72%
B = 1.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#708B03 (or 0x708B03) is known color: Olive. HEX triplet: 70, 8B and 03. RGB value is (112,139,3). Sum of RGB (Red+Green+Blue) = 112+139+3=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #708B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B03 is #8F74FC. Grayscale: #737373. Windows color (decimal): -9401597 or 232304. OLE color: 232304.

HSL color Cylindrical-coordinate representation of color #708B03: hue angle of 71.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #708B03 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 3 -
CMYK 0.19 0 0.98 0.45
HSL 71.91º 0.96% 0.28% -
HSV(B) 71.91º 0.98% 0.55% -
XYZ 15.93 21.92 3.48 -
YUV 115.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 112 139 3 0.19 0 0.98 0.45 71.91 0.96 0.28
Hex 70 8B 3 13 0 62 2D 48 60 1C
Octal 160 213 3 23 0 142 55 110 140 34
Binary 1110000 10001011 11 10011 0 1100010 101101 1001000 1100000 11100

Color Harmonies of #708B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B03

Black with #708B03

Text Example


Text Example

White with #708B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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