Html Css Color HEX #707102 Olive

📋 copy color: '#707102'

red 112 ◦ green 113 ◦ blue 2

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

Shades of Olive #707102

Tints of Olive #707102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

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

R = 49.34%
G = 49.78%
B = 0.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#707102 (or 0x707102) is known color: Olive. HEX triplet: 70, 71 and 02. RGB value is (112,113,2). Sum of RGB (Red+Green+Blue) = 112+113+2=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #707102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707102 is #8F8EFD. Grayscale: #646464. Windows color (decimal): -9408254 or 160112. OLE color: 160112.

HSL color Cylindrical-coordinate representation of color #707102: hue angle of 60.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #707102 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 2 -
CMYK 0.01 0 0.98 0.56
HSL 60.54º 0.97% 0.23% -
HSV(B) 60.54º 0.98% 0.44% -
XYZ 12.6 15.26 2.34 -
YUV 100.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 112 113 2 0.01 0 0.98 0.56 60.54 0.97 0.23
Hex 70 71 2 1 0 62 38 3D 61 17
Octal 160 161 2 1 0 142 70 75 141 27
Binary 1110000 1110001 10 1 0 1100010 111000 111101 1100001 10111

Color Harmonies of #707102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707102

Black with #707102

Text Example


Text Example

White with #707102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707102; }

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

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

background-color css

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

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

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

border-color css

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

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

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