Html Css Color HEX #74730D Olive

📋 copy color: '#74730D'

red 116 ◦ green 115 ◦ blue 13

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

Shades of Olive #74730D

Tints of Olive #74730D

RGB

 RED value IS 116 (45.7% from 255) = 47.54%

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

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

R = 47.54%
G = 47.13%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74730D (or 0x74730D) is known color: Olive. HEX triplet: 74, 73 and 0D. RGB value is (116,115,13). Sum of RGB (Red+Green+Blue) = 116+115+13=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74730D is #8B8CF2. Grayscale: #686868. Windows color (decimal): -9145587 or 881524. OLE color: 881524.

HSL color Cylindrical-coordinate representation of color #74730D: hue angle of 59.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74730D is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 13 -
CMYK 0 0.01 0.89 0.55
HSL 59.42º 0.8% 0.25% -
HSV(B) 59.42º 0.89% 0.45% -
XYZ 13.41 16 2.76 -
YUV 103.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 116 115 13 0 0.01 0.89 0.55 59.42 0.8 0.25
Hex 74 73 D 0 1 59 37 3B 50 19
Octal 164 163 15 0 1 131 67 73 120 31
Binary 1110100 1110011 1101 0 1 1011001 110111 111011 1010000 11001

Color Harmonies of #74730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74730D

Black with #74730D

Text Example


Text Example

White with #74730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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