Html Css Color HEX #708D01 Olive

📋 copy color: '#708D01'

red 112 ◦ green 141 ◦ blue 1

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

Shades of Olive #708D01

Tints of Olive #708D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.51%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 44.09%
G = 55.51%
B = 0.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#708D01 (or 0x708D01) is known color: Olive. HEX triplet: 70, 8D and 01. RGB value is (112,141,1). Sum of RGB (Red+Green+Blue) = 112+141+1=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #708D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D01 is #8F72FE. Grayscale: #747474. Windows color (decimal): -9401087 or 101744. OLE color: 101744.

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

Color convert

RGB 112 141 1 -
CMYK 0.21 0 0.99 0.45
HSL 72.43º 0.99% 0.28% -
HSV(B) 72.43º 0.99% 0.55% -
XYZ 16.21 22.5 3.52 -
YUV 116.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 112 141 1 0.21 0 0.99 0.45 72.43 0.99 0.28
Hex 70 8D 1 15 0 63 2D 48 63 1C
Octal 160 215 1 25 0 143 55 110 143 34
Binary 1110000 10001101 1 10101 0 1100011 101101 1001000 1100011 11100

Color Harmonies of #708D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D01

Black with #708D01

Text Example


Text Example

White with #708D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,1); }

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

background-color css

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

 a { background-color: rgb(112,141,1); }

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

border-color css

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

 span { border-color: rgb(112,141,1); }

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