Html Css Color HEX #74700B Olive

📋 copy color: '#74700B'

red 116 ◦ green 112 ◦ blue 11

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

Shades of Olive #74700B

Tints of Olive #74700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 48.54%
G = 46.86%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74700B (or 0x74700B) is known color: Olive. HEX triplet: 74, 70 and 0B. RGB value is (116,112,11). Sum of RGB (Red+Green+Blue) = 116+112+11=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74700B is #8B8FF4. Grayscale: #666666. Windows color (decimal): -9146357 or 749684. OLE color: 749684.

HSL color Cylindrical-coordinate representation of color #74700B: hue angle of 57.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74700B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 11 -
CMYK 0 0.03 0.91 0.55
HSL 57.71º 0.83% 0.25% -
HSV(B) 57.71º 0.91% 0.45% -
XYZ 13.06 15.33 2.59 -
YUV 101.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 116 112 11 0 0.03 0.91 0.55 57.71 0.83 0.25
Hex 74 70 B 0 3 5B 37 3A 53 19
Octal 164 160 13 0 3 133 67 72 123 31
Binary 1110100 1110000 1011 0 11 1011011 110111 111010 1010011 11001

Color Harmonies of #74700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74700B

Black with #74700B

Text Example


Text Example

White with #74700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74700B; }

 p { color: rgb(116,112,11); }

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

background-color css

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

 a { background-color: rgb(116,112,11); }

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

border-color css

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

 span { border-color: rgb(116,112,11); }

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