Html Css Color HEX #708F02 Olive

📋 copy color: '#708F02'

red 112 ◦ green 143 ◦ blue 2

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

Shades of Olive #708F02

Tints of Olive #708F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.64%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 43.58%
G = 55.64%
B = 0.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#708F02 (or 0x708F02) is known color: Olive. HEX triplet: 70, 8F and 02. RGB value is (112,143,2). Sum of RGB (Red+Green+Blue) = 112+143+2=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #708F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708F02 is #8F70FD. Grayscale: #767676. Windows color (decimal): -9400574 or 167792. OLE color: 167792.

HSL color Cylindrical-coordinate representation of color #708F02: hue angle of 73.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708F02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 2 -
CMYK 0.22 0 0.99 0.44
HSL 73.19º 0.97% 0.28% -
HSV(B) 73.19º 0.99% 0.56% -
XYZ 16.52 23.09 3.64 -
YUV 117.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 112 143 2 0.22 0 0.99 0.44 73.19 0.97 0.28
Hex 70 8F 2 16 0 63 2C 49 61 1C
Octal 160 217 2 26 0 143 54 111 141 34
Binary 1110000 10001111 10 10110 0 1100011 101100 1001001 1100001 11100

Color Harmonies of #708F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F02

Black with #708F02

Text Example


Text Example

White with #708F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,2); }

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

background-color css

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

 a { background-color: rgb(112,143,2); }

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

border-color css

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

 span { border-color: rgb(112,143,2); }

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