Html Css Color HEX #748109 Olive

📋 copy color: '#748109'

red 116 ◦ green 129 ◦ blue 9

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

Shades of Olive #748109

Tints of Olive #748109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 45.67%
G = 50.79%
B = 3.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#748109 (or 0x748109) is known color: Olive. HEX triplet: 74, 81 and 09. RGB value is (116,129,9). Sum of RGB (Red+Green+Blue) = 116+129+9=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #748109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748109 is #8B7EF6. Grayscale: #6F6F6F. Windows color (decimal): -9142007 or 622964. OLE color: 622964.

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

Color convert

RGB 116 129 9 -
CMYK 0.10 0 0.93 0.49
HSL 66.5º 0.87% 0.27% -
HSV(B) 66.5º 0.93% 0.51% -
XYZ 15.1 19.43 3.21 -
YUV 111.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 116 129 9 0.10 0 0.93 0.49 66.5 0.87 0.27
Hex 74 81 9 A 0 5D 31 42 57 1B
Octal 164 201 11 12 0 135 61 102 127 33
Binary 1110100 10000001 1001 1010 0 1011101 110001 1000010 1010111 11011

Color Harmonies of #748109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748109

Black with #748109

Text Example


Text Example

White with #748109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748109; }

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

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

background-color css

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

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

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

border-color css

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

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

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