Html Css Color HEX #708B04 Olive

📋 copy color: '#708B04'

red 112 ◦ green 139 ◦ blue 4

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

Shades of Olive #708B04

Tints of Olive #708B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 43.92%
G = 54.51%
B = 1.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#708B04 (or 0x708B04) is known color: Olive. HEX triplet: 70, 8B and 04. RGB value is (112,139,4). Sum of RGB (Red+Green+Blue) = 112+139+4=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #708B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B04 is #8F74FB. Grayscale: #747474. Windows color (decimal): -9401596 or 297840. OLE color: 297840.

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

Color convert

RGB 112 139 4 -
CMYK 0.19 0 0.97 0.45
HSL 72º 0.94% 0.28% -
HSV(B) 72º 0.97% 0.55% -
XYZ 15.94 21.92 3.51 -
YUV 115.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 112 139 4 0.19 0 0.97 0.45 72 0.94 0.28
Hex 70 8B 4 13 0 61 2D 48 5E 1C
Octal 160 213 4 23 0 141 55 110 136 34
Binary 1110000 10001011 100 10011 0 1100001 101101 1001000 1011110 11100

Color Harmonies of #708B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B04

Black with #708B04

Text Example


Text Example

White with #708B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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