Html Css Color HEX #748110 Olive

📋 copy color: '#748110'

red 116 ◦ green 129 ◦ blue 16

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

Shades of Olive #748110

Tints of Olive #748110

RGB

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

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

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

R = 44.44%
G = 49.43%
B = 6.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#748110 (or 0x748110) is known color: Olive. HEX triplet: 74, 81 and 10. RGB value is (116,129,16). Sum of RGB (Red+Green+Blue) = 116+129+16=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #748110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748110 is #8B7EEF. Grayscale: #707070. Windows color (decimal): -9142000 or 1081716. OLE color: 1081716.

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

Color convert

RGB 116 129 16 -
CMYK 0.10 0 0.88 0.49
HSL 66.9º 0.78% 0.28% -
HSV(B) 66.9º 0.88% 0.51% -
XYZ 15.15 19.45 3.45 -
YUV 112.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 116 129 16 0.10 0 0.88 0.49 66.9 0.78 0.28
Hex 74 81 10 A 0 58 31 43 4E 1C
Octal 164 201 20 12 0 130 61 103 116 34
Binary 1110100 10000001 10000 1010 0 1011000 110001 1000011 1001110 11100

Color Harmonies of #748110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748110

Black with #748110

Text Example


Text Example

White with #748110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748110; }

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

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

background-color css

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

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

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

border-color css

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

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

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