Html Css Color HEX #74790C Olive

📋 copy color: '#74790C'

red 116 ◦ green 121 ◦ blue 12

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

Shades of Olive #74790C

Tints of Olive #74790C

RGB

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

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

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

R = 46.59%
G = 48.59%
B = 4.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#74790C (or 0x74790C) is known color: Olive. HEX triplet: 74, 79 and 0C. RGB value is (116,121,12). Sum of RGB (Red+Green+Blue) = 116+121+12=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #74790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74790C is #8B86F3. Grayscale: #6B6B6B. Windows color (decimal): -9144052 or 817524. OLE color: 817524.

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

Color convert

RGB 116 121 12 -
CMYK 0.04 0 0.90 0.53
HSL 62.75º 0.82% 0.26% -
HSV(B) 62.75º 0.9% 0.47% -
XYZ 14.11 17.41 2.97 -
YUV 107.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 116 121 12 0.04 0 0.90 0.53 62.75 0.82 0.26
Hex 74 79 C 4 0 5A 35 3F 52 1A
Octal 164 171 14 4 0 132 65 77 122 32
Binary 1110100 1111001 1100 100 0 1011010 110101 111111 1010010 11010

Color Harmonies of #74790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74790C

Black with #74790C

Text Example


Text Example

White with #74790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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