Html Css Color HEX #748918 Olive Drab

📋 copy color: '#748918'

red 116 ◦ green 137 ◦ blue 24

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

Shades of Olive Drab #748918

Tints of Olive Drab #748918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.46%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 41.88%
G = 49.46%
B = 8.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#748918 (or 0x748918) is known color: Olive Drab. HEX triplet: 74, 89 and 18. RGB value is (116,137,24). Sum of RGB (Red+Green+Blue) = 116+137+24=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #748918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748918 is #8B76E7. Grayscale: #767676. Windows color (decimal): -9139944 or 1608052. OLE color: 1608052.

HSL color Cylindrical-coordinate representation of color #748918: hue angle of 71.15º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748918 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 24 -
CMYK 0.15 0 0.82 0.46
HSL 71.15º 0.7% 0.32% -
HSV(B) 71.15º 0.82% 0.54% -
XYZ 16.31 21.67 4.19 -
YUV 117.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 116 137 24 0.15 0 0.82 0.46 71.15 0.7 0.32
Hex 74 89 18 F 0 52 2E 47 46 20
Octal 164 211 30 17 0 122 56 107 106 40
Binary 1110100 10001001 11000 1111 0 1010010 101110 1000111 1000110 100000

Color Harmonies of #748918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748918

Black with #748918

Text Example


Text Example

White with #748918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748918; }

 p { color: rgb(116,137,24); }

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

background-color css

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

 a { background-color: rgb(116,137,24); }

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

border-color css

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

 span { border-color: rgb(116,137,24); }

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