Html Css Color HEX #748010 Olive

📋 copy color: '#748010'

red 116 ◦ green 128 ◦ blue 16

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

Shades of Olive #748010

Tints of Olive #748010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 44.62%
G = 49.23%
B = 6.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#748010 (or 0x748010) is known color: Olive. HEX triplet: 74, 80 and 10. RGB value is (116,128,16). Sum of RGB (Red+Green+Blue) = 116+128+16=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #748010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748010 is #8B7FEF. Grayscale: #707070. Windows color (decimal): -9142256 or 1081460. OLE color: 1081460.

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

Color convert

RGB 116 128 16 -
CMYK 0.09 0 0.88 0.50
HSL 66.43º 0.78% 0.28% -
HSV(B) 66.43º 0.88% 0.5% -
XYZ 15.02 19.19 3.4 -
YUV 111.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 116 128 16 0.09 0 0.88 0.50 66.43 0.78 0.28
Hex 74 80 10 9 0 58 32 42 4E 1C
Octal 164 200 20 11 0 130 62 102 116 34
Binary 1110100 10000000 10000 1001 0 1011000 110010 1000010 1001110 11100

Color Harmonies of #748010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748010

Black with #748010

Text Example


Text Example

White with #748010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748010; }

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

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

background-color css

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

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

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

border-color css

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

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

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