Html Css Color HEX #74710C Olive

📋 copy color: '#74710C'

red 116 ◦ green 113 ◦ blue 12

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

Shades of Olive #74710C

Tints of Olive #74710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 48.13%
G = 46.89%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74710C (or 0x74710C) is known color: Olive. HEX triplet: 74, 71 and 0C. RGB value is (116,113,12). Sum of RGB (Red+Green+Blue) = 116+113+12=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74710C is #8B8EF3. Grayscale: #666666. Windows color (decimal): -9146100 or 815476. OLE color: 815476.

HSL color Cylindrical-coordinate representation of color #74710C: hue angle of 58.27º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74710C is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 12 -
CMYK 0 0.03 0.90 0.55
HSL 58.27º 0.81% 0.25% -
HSV(B) 58.27º 0.9% 0.45% -
XYZ 13.17 15.55 2.65 -
YUV 102.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 116 113 12 0 0.03 0.90 0.55 58.27 0.81 0.25
Hex 74 71 C 0 3 5A 37 3A 51 19
Octal 164 161 14 0 3 132 67 72 121 31
Binary 1110100 1110001 1100 0 11 1011010 110111 111010 1010001 11001

Color Harmonies of #74710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74710C

Black with #74710C

Text Example


Text Example

White with #74710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74710C; }

 p { color: rgb(116,113,12); }

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

background-color css

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

 a { background-color: rgb(116,113,12); }

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

border-color css

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

 span { border-color: rgb(116,113,12); }

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