Html Css Color HEX #749208 Olive

📋 copy color: '#749208'

red 116 ◦ green 146 ◦ blue 8

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

Shades of Olive #749208

Tints of Olive #749208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

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

R = 42.96%
G = 54.07%
B = 2.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#749208 (or 0x749208) is known color: Olive. HEX triplet: 74, 92 and 08. RGB value is (116,146,8). Sum of RGB (Red+Green+Blue) = 116+146+8=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #749208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749208 is #8B6DF7. Grayscale: #797979. Windows color (decimal): -9137656 or 561780. OLE color: 561780.

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

Color convert

RGB 116 146 8 -
CMYK 0.21 0 0.95 0.43
HSL 73.04º 0.9% 0.3% -
HSV(B) 73.04º 0.95% 0.57% -
XYZ 17.53 24.29 3.99 -
YUV 121.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 116 146 8 0.21 0 0.95 0.43 73.04 0.9 0.3
Hex 74 92 8 15 0 5F 2B 49 5A 1E
Octal 164 222 10 25 0 137 53 111 132 36
Binary 1110100 10010010 1000 10101 0 1011111 101011 1001001 1011010 11110

Color Harmonies of #749208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749208

Black with #749208

Text Example


Text Example

White with #749208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749208; }

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

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

background-color css

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

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

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

border-color css

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

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

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