Html Css Color HEX #74850E Olive

📋 copy color: '#74850E'

red 116 ◦ green 133 ◦ blue 14

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

Shades of Olive #74850E

Tints of Olive #74850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.57%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 44.11%
G = 50.57%
B = 5.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#74850E (or 0x74850E) is known color: Olive. HEX triplet: 74, 85 and 0E. RGB value is (116,133,14). Sum of RGB (Red+Green+Blue) = 116+133+14=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #74850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74850E is #8B7AF1. Grayscale: #727272. Windows color (decimal): -9140978 or 951668. OLE color: 951668.

HSL color Cylindrical-coordinate representation of color #74850E: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74850E is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 14 -
CMYK 0.13 0 0.89 0.48
HSL 68.57º 0.81% 0.29% -
HSV(B) 68.57º 0.89% 0.52% -
XYZ 15.67 20.52 3.55 -
YUV 114.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 116 133 14 0.13 0 0.89 0.48 68.57 0.81 0.29
Hex 74 85 E D 0 59 30 45 51 1D
Octal 164 205 16 15 0 131 60 105 121 35
Binary 1110100 10000101 1110 1101 0 1011001 110000 1000101 1010001 11101

Color Harmonies of #74850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74850E

Black with #74850E

Text Example


Text Example

White with #74850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74850E; }

 p { color: rgb(116,133,14); }

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

background-color css

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

 a { background-color: rgb(116,133,14); }

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

border-color css

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

 span { border-color: rgb(116,133,14); }

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