Html Css Color HEX #70830D Olive

📋 copy color: '#70830D'

red 112 ◦ green 131 ◦ blue 13

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

Shades of Olive #70830D

Tints of Olive #70830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 43.75%
G = 51.17%
B = 5.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#70830D (or 0x70830D) is known color: Olive. HEX triplet: 70, 83 and 0D. RGB value is (112,131,13). Sum of RGB (Red+Green+Blue) = 112+131+13=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #70830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70830D is #8F7CF2. Grayscale: #707070. Windows color (decimal): -9403635 or 885616. OLE color: 885616.

HSL color Cylindrical-coordinate representation of color #70830D: hue angle of 69.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70830D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 13 -
CMYK 0.15 0 0.90 0.49
HSL 69.66º 0.82% 0.28% -
HSV(B) 69.66º 0.9% 0.51% -
XYZ 14.87 19.71 3.4 -
YUV 111.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 112 131 13 0.15 0 0.90 0.49 69.66 0.82 0.28
Hex 70 83 D F 0 5A 31 46 52 1C
Octal 160 203 15 17 0 132 61 106 122 34
Binary 1110000 10000011 1101 1111 0 1011010 110001 1000110 1010010 11100

Color Harmonies of #70830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70830D

Black with #70830D

Text Example


Text Example

White with #70830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70830D; }

 p { color: rgb(112,131,13); }

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

background-color css

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

 a { background-color: rgb(112,131,13); }

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

border-color css

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

 span { border-color: rgb(112,131,13); }

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