Html Css Color HEX #749030 Olive Drab

📋 copy color: '#749030'

red 116 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #749030

Tints of Olive Drab #749030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 37.66%
G = 46.75%
B = 15.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#749030 (or 0x749030) is known color: Olive Drab. HEX triplet: 74, 90 and 30. RGB value is (116,144,48). Sum of RGB (Red+Green+Blue) = 116+144+48=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #749030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749030 is #8B6FCF. Grayscale: #7D7D7D. Windows color (decimal): -9138128 or 3182708. OLE color: 3182708.

HSL color Cylindrical-coordinate representation of color #749030: hue angle of 77.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749030 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 48 -
CMYK 0.19 0 0.67 0.44
HSL 77.5º 0.5% 0.38% -
HSV(B) 77.5º 0.67% 0.56% -
XYZ 17.71 23.87 6.47 -
YUV 124.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 116 144 48 0.19 0 0.67 0.44 77.5 0.5 0.38
Hex 74 90 30 13 0 43 2C 4E 32 26
Octal 164 220 60 23 0 103 54 116 62 46
Binary 1110100 10010000 110000 10011 0 1000011 101100 1001110 110010 100110

Color Harmonies of #749030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749030

Black with #749030

Text Example


Text Example

White with #749030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749030; }

 p { color: rgb(116,144,48); }

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

background-color css

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

 a { background-color: rgb(116,144,48); }

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

border-color css

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

 span { border-color: rgb(116,144,48); }

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