Html Css Color HEX #748009 Olive

📋 copy color: '#748009'

red 116 ◦ green 128 ◦ blue 9

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

Shades of Olive #748009

Tints of Olive #748009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 45.85%
G = 50.59%
B = 3.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#748009 (or 0x748009) is known color: Olive. HEX triplet: 74, 80 and 09. RGB value is (116,128,9). Sum of RGB (Red+Green+Blue) = 116+128+9=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #748009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748009 is #8B7FF6. Grayscale: #6F6F6F. Windows color (decimal): -9142263 or 622708. OLE color: 622708.

HSL color Cylindrical-coordinate representation of color #748009: hue angle of 66.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #748009 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 9 -
CMYK 0.09 0 0.93 0.50
HSL 66.05º 0.87% 0.27% -
HSV(B) 66.05º 0.93% 0.5% -
XYZ 14.97 19.17 3.17 -
YUV 110.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 116 128 9 0.09 0 0.93 0.50 66.05 0.87 0.27
Hex 74 80 9 9 0 5D 32 42 57 1B
Octal 164 200 11 11 0 135 62 102 127 33
Binary 1110100 10000000 1001 1001 0 1011101 110010 1000010 1010111 11011

Color Harmonies of #748009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748009

Black with #748009

Text Example


Text Example

White with #748009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748009; }

 p { color: rgb(116,128,9); }

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

background-color css

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

 a { background-color: rgb(116,128,9); }

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

border-color css

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

 span { border-color: rgb(116,128,9); }

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