Html Css Color HEX #708A05 Olive

📋 copy color: '#708A05'

red 112 ◦ green 138 ◦ blue 5

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

Shades of Olive #708A05

Tints of Olive #708A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 43.92%
G = 54.12%
B = 1.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#708A05 (or 0x708A05) is known color: Olive. HEX triplet: 70, 8A and 05. RGB value is (112,138,5). Sum of RGB (Red+Green+Blue) = 112+138+5=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #708A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A05 is #8F75FA. Grayscale: #737373. Windows color (decimal): -9401851 or 363120. OLE color: 363120.

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

Color convert

RGB 112 138 5 -
CMYK 0.19 0 0.96 0.46
HSL 71.73º 0.93% 0.28% -
HSV(B) 71.73º 0.96% 0.54% -
XYZ 15.8 21.63 3.49 -
YUV 115.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 112 138 5 0.19 0 0.96 0.46 71.73 0.93 0.28
Hex 70 8A 5 13 0 60 2E 48 5D 1C
Octal 160 212 5 23 0 140 56 110 135 34
Binary 1110000 10001010 101 10011 0 1100000 101110 1001000 1011101 11100

Color Harmonies of #708A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A05

Black with #708A05

Text Example


Text Example

White with #708A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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