Html Css Color HEX #749008 Olive

📋 copy color: '#749008'

red 116 ◦ green 144 ◦ blue 8

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

Shades of Olive #749008

Tints of Olive #749008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.99%

R = 43.28%
G = 53.73%
B = 2.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#749008 (or 0x749008) is known color: Olive. HEX triplet: 74, 90 and 08. RGB value is (116,144,8). Sum of RGB (Red+Green+Blue) = 116+144+8=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #749008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749008 is #8B6FF7. Grayscale: #787878. Windows color (decimal): -9138168 or 561268. OLE color: 561268.

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

Color convert

RGB 116 144 8 -
CMYK 0.19 0 0.94 0.44
HSL 72.35º 0.89% 0.3% -
HSV(B) 72.35º 0.94% 0.56% -
XYZ 17.22 23.68 3.89 -
YUV 120.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 116 144 8 0.19 0 0.94 0.44 72.35 0.89 0.3
Hex 74 90 8 13 0 5E 2C 48 59 1E
Octal 164 220 10 23 0 136 54 110 131 36
Binary 1110100 10010000 1000 10011 0 1011110 101100 1001000 1011001 11110

Color Harmonies of #749008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749008

Black with #749008

Text Example


Text Example

White with #749008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749008; }

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

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

background-color css

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

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

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

border-color css

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

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

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