Html Css Color HEX #74790B Olive

📋 copy color: '#74790B'

red 116 ◦ green 121 ◦ blue 11

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

Shades of Olive #74790B

Tints of Olive #74790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.79%

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

R = 46.77%
G = 48.79%
B = 4.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#74790B (or 0x74790B) is known color: Olive. HEX triplet: 74, 79 and 0B. RGB value is (116,121,11). Sum of RGB (Red+Green+Blue) = 116+121+11=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #74790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74790B is #8B86F4. Grayscale: #6B6B6B. Windows color (decimal): -9144053 or 751988. OLE color: 751988.

HSL color Cylindrical-coordinate representation of color #74790B: hue angle of 62.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74790B is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 11 -
CMYK 0.04 0 0.91 0.53
HSL 62.73º 0.83% 0.26% -
HSV(B) 62.73º 0.91% 0.47% -
XYZ 14.1 17.41 2.93 -
YUV 106.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 116 121 11 0.04 0 0.91 0.53 62.73 0.83 0.26
Hex 74 79 B 4 0 5B 35 3F 53 1A
Octal 164 171 13 4 0 133 65 77 123 32
Binary 1110100 1111001 1011 100 0 1011011 110101 111111 1010011 11010

Color Harmonies of #74790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74790B

Black with #74790B

Text Example


Text Example

White with #74790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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