Html Css Color HEX #749306 Olive

📋 copy color: '#749306'

red 116 ◦ green 147 ◦ blue 6

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

Shades of Olive #749306

Tints of Olive #749306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 43.12%
G = 54.65%
B = 2.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#749306 (or 0x749306) is known color: Olive. HEX triplet: 74, 93 and 06. RGB value is (116,147,6). Sum of RGB (Red+Green+Blue) = 116+147+6=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #749306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749306 is #8B6CF9. Grayscale: #7A7A7A. Windows color (decimal): -9137402 or 430964. OLE color: 430964.

HSL color Cylindrical-coordinate representation of color #749306: hue angle of 73.19º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #749306 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 6 -
CMYK 0.21 0 0.96 0.42
HSL 73.19º 0.92% 0.3% -
HSV(B) 73.19º 0.96% 0.58% -
XYZ 17.67 24.59 3.99 -
YUV 121.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 116 147 6 0.21 0 0.96 0.42 73.19 0.92 0.3
Hex 74 93 6 15 0 60 2A 49 5C 1E
Octal 164 223 6 25 0 140 52 111 134 36
Binary 1110100 10010011 110 10101 0 1100000 101010 1001001 1011100 11110

Color Harmonies of #749306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749306

Black with #749306

Text Example


Text Example

White with #749306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749306; }

 p { color: rgb(116,147,6); }

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

background-color css

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

 a { background-color: rgb(116,147,6); }

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

border-color css

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

 span { border-color: rgb(116,147,6); }

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