Html Css Color HEX #749006 Olive

📋 copy color: '#749006'

red 116 ◦ green 144 ◦ blue 6

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

Shades of Olive #749006

Tints of Olive #749006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.14%

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

R = 43.61%
G = 54.14%
B = 2.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#749006 (or 0x749006) is known color: Olive. HEX triplet: 74, 90 and 06. RGB value is (116,144,6). Sum of RGB (Red+Green+Blue) = 116+144+6=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #749006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749006 is #8B6FF9. Grayscale: #787878. Windows color (decimal): -9138170 or 430196. OLE color: 430196.

HSL color Cylindrical-coordinate representation of color #749006: hue angle of 72.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #749006 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 6 -
CMYK 0.19 0 0.96 0.44
HSL 72.17º 0.92% 0.29% -
HSV(B) 72.17º 0.96% 0.56% -
XYZ 17.21 23.67 3.83 -
YUV 119.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 116 144 6 0.19 0 0.96 0.44 72.17 0.92 0.29
Hex 74 90 6 13 0 60 2C 48 5C 1D
Octal 164 220 6 23 0 140 54 110 134 35
Binary 1110100 10010000 110 10011 0 1100000 101100 1001000 1011100 11101

Color Harmonies of #749006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749006

Black with #749006

Text Example


Text Example

White with #749006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749006; }

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

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

background-color css

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

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

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

border-color css

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

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

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