Html Css Color HEX #73880D Olive

📋 copy color: '#73880D'

red 115 ◦ green 136 ◦ blue 13

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

Shades of Olive #73880D

Tints of Olive #73880D

RGB

 RED value IS 115 (45.31% from 255) = 43.56%

 GREEN value IS 136 (53.52% from 255) = 51.52%

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

R = 43.56%
G = 51.52%
B = 4.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#73880D (or 0x73880D) is known color: Olive. HEX triplet: 73, 88 and 0D. RGB value is (115,136,13). Sum of RGB (Red+Green+Blue) = 115+136+13=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #73880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73880D is #8C77F2. Grayscale: #747474. Windows color (decimal): -9205747 or 886899. OLE color: 886899.

HSL color Cylindrical-coordinate representation of color #73880D: hue angle of 70.24º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73880D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 136 13 -
CMYK 0.15 0 0.90 0.47
HSL 70.24º 0.83% 0.29% -
HSV(B) 70.24º 0.9% 0.53% -
XYZ 15.95 21.28 3.65 -
YUV 115.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 115 136 13 0.15 0 0.90 0.47 70.24 0.83 0.29
Hex 73 88 D F 0 5A 2F 46 53 1D
Octal 163 210 15 17 0 132 57 106 123 35
Binary 1110011 10001000 1101 1111 0 1011010 101111 1000110 1010011 11101

Color Harmonies of #73880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73880D

Black with #73880D

Text Example


Text Example

White with #73880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,136,13); }

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

background-color css

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

 a { background-color: rgb(115,136,13); }

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

border-color css

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

 span { border-color: rgb(115,136,13); }

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