Html Css Color HEX #74840B Olive

📋 copy color: '#74840B'

red 116 ◦ green 132 ◦ blue 11

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

Shades of Olive #74840B

Tints of Olive #74840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 44.79%
G = 50.97%
B = 4.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#74840B (or 0x74840B) is known color: Olive. HEX triplet: 74, 84 and 0B. RGB value is (116,132,11). Sum of RGB (Red+Green+Blue) = 116+132+11=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #74840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74840B is #8B7BF4. Grayscale: #717171. Windows color (decimal): -9141237 or 754804. OLE color: 754804.

HSL color Cylindrical-coordinate representation of color #74840B: hue angle of 67.93º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74840B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 11 -
CMYK 0.12 0 0.92 0.48
HSL 67.93º 0.85% 0.28% -
HSV(B) 67.93º 0.92% 0.52% -
XYZ 15.51 20.24 3.41 -
YUV 113.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 116 132 11 0.12 0 0.92 0.48 67.93 0.85 0.28
Hex 74 84 B C 0 5C 30 44 55 1C
Octal 164 204 13 14 0 134 60 104 125 34
Binary 1110100 10000100 1011 1100 0 1011100 110000 1000100 1010101 11100

Color Harmonies of #74840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74840B

Black with #74840B

Text Example


Text Example

White with #74840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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