Html Css Color HEX #707308 Olive

📋 copy color: '#707308'

red 112 ◦ green 115 ◦ blue 8

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

Shades of Olive #707308

Tints of Olive #707308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 47.66%
G = 48.94%
B = 3.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#707308 (or 0x707308) is known color: Olive. HEX triplet: 70, 73 and 08. RGB value is (112,115,8). Sum of RGB (Red+Green+Blue) = 112+115+8=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #707308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707308 is #8F8CF7. Grayscale: #666666. Windows color (decimal): -9407736 or 553840. OLE color: 553840.

HSL color Cylindrical-coordinate representation of color #707308: hue angle of 61.68º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707308 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 8 -
CMYK 0.03 0 0.93 0.55
HSL 61.68º 0.87% 0.24% -
HSV(B) 61.68º 0.93% 0.45% -
XYZ 12.86 15.72 2.59 -
YUV 101.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 112 115 8 0.03 0 0.93 0.55 61.68 0.87 0.24
Hex 70 73 8 3 0 5D 37 3E 57 18
Octal 160 163 10 3 0 135 67 76 127 30
Binary 1110000 1110011 1000 11 0 1011101 110111 111110 1010111 11000

Color Harmonies of #707308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707308

Black with #707308

Text Example


Text Example

White with #707308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707308; }

 p { color: rgb(112,115,8); }

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

background-color css

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

 a { background-color: rgb(112,115,8); }

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

border-color css

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

 span { border-color: rgb(112,115,8); }

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