Html Css Color HEX #708330 Olive Drab

📋 copy color: '#708330'

red 112 ◦ green 131 ◦ blue 48

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

Shades of Olive Drab #708330

Tints of Olive Drab #708330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 38.49%
G = 45.02%
B = 16.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#708330 (or 0x708330) is known color: Olive Drab. HEX triplet: 70, 83 and 30. RGB value is (112,131,48). Sum of RGB (Red+Green+Blue) = 112+131+48=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #708330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708330 is #8F7CCF. Grayscale: #747474. Windows color (decimal): -9403600 or 3179376. OLE color: 3179376.

HSL color Cylindrical-coordinate representation of color #708330: hue angle of 73.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708330 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 48 -
CMYK 0.15 0 0.63 0.49
HSL 73.73º 0.46% 0.35% -
HSV(B) 73.73º 0.63% 0.51% -
XYZ 15.33 19.89 5.83 -
YUV 115.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 112 131 48 0.15 0 0.63 0.49 73.73 0.46 0.35
Hex 70 83 30 F 0 3F 31 4A 2E 23
Octal 160 203 60 17 0 77 61 112 56 43
Binary 1110000 10000011 110000 1111 0 111111 110001 1001010 101110 100011

Color Harmonies of #708330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708330

Black with #708330

Text Example


Text Example

White with #708330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708330; }

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

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

background-color css

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

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

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

border-color css

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

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

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