Html Css Color HEX #708A00 Olive

📋 copy color: '#708A00'

red 112 ◦ green 138 ◦ blue 0

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

Shades of Olive #708A00

Tints of Olive #708A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.8%
G = 55.2%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#708A00 (or 0x708A00) is known color: Olive. HEX triplet: 70, 8A and 00. RGB value is (112,138,0). Sum of RGB (Red+Green+Blue) = 112+138+0=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #708A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A00 is #8F75FF. Grayscale: #737373. Windows color (decimal): -9401856 or 35440. OLE color: 35440.

HSL color Cylindrical-coordinate representation of color #708A00: hue angle of 71.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #708A00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 0 -
CMYK 0.19 0 1 0.46
HSL 71.3º 1% 0.27% -
HSV(B) 71.3º 1% 0.54% -
XYZ 15.77 21.62 3.34 -
YUV 114.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 112 138 0 0.19 0 1 0.46 71.3 1 0.27
Hex 70 8A 0 13 0 64 2E 47 64 1B
Octal 160 212 0 23 0 144 56 107 144 33
Binary 1110000 10001010 0 10011 0 1100100 101110 1000111 1100100 11011

Color Harmonies of #708A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A00

Black with #708A00

Text Example


Text Example

White with #708A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,0); }

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

background-color css

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

 a { background-color: rgb(112,138,0); }

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

border-color css

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

 span { border-color: rgb(112,138,0); }

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