Html Css Color HEX #749108 Olive

📋 copy color: '#749108'

red 116 ◦ green 145 ◦ blue 8

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

Shades of Olive #749108

Tints of Olive #749108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.9%

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

R = 43.12%
G = 53.9%
B = 2.97%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#749108 (or 0x749108) is known color: Olive. HEX triplet: 74, 91 and 08. RGB value is (116,145,8). Sum of RGB (Red+Green+Blue) = 116+145+8=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #749108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749108 is #8B6EF7. Grayscale: #797979. Windows color (decimal): -9137912 or 561524. OLE color: 561524.

HSL color Cylindrical-coordinate representation of color #749108: hue angle of 72.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #749108 is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 8 -
CMYK 0.2 0 0.94 0.43
HSL 72.7º 0.9% 0.3% -
HSV(B) 72.7º 0.94% 0.57% -
XYZ 17.37 23.98 3.94 -
YUV 120.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 116 145 8 0.2 0 0.94 0.43 72.7 0.9 0.3
Hex 74 91 8 14 0 5E 2B 49 5A 1E
Octal 164 221 10 24 0 136 53 111 132 36
Binary 1110100 10010001 1000 10100 0 1011110 101011 1001001 1011010 11110

Color Harmonies of #749108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749108

Black with #749108

Text Example


Text Example

White with #749108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749108; }

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

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

background-color css

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

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

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

border-color css

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

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

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