Html Css Color HEX #749923 Olive Drab

📋 copy color: '#749923'

red 116 ◦ green 153 ◦ blue 35

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

Shades of Olive Drab #749923

Tints of Olive Drab #749923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.33%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 38.16%
G = 50.33%
B = 11.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#749923 (or 0x749923) is known color: Olive Drab. HEX triplet: 74, 99 and 23. RGB value is (116,153,35). Sum of RGB (Red+Green+Blue) = 116+153+35=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #749923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749923 is #8B66DC. Grayscale: #808080. Windows color (decimal): -9135837 or 2333044. OLE color: 2333044.

HSL color Cylindrical-coordinate representation of color #749923: hue angle of 78.81º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #749923 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 35 -
CMYK 0.24 0 0.77 0.4
HSL 78.81º 0.63% 0.37% -
HSV(B) 78.81º 0.77% 0.6% -
XYZ 18.9 26.62 5.73 -
YUV 128.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 116 153 35 0.24 0 0.77 0.4 78.81 0.63 0.37
Hex 74 99 23 18 0 4D 28 4F 3F 25
Octal 164 231 43 30 0 115 50 117 77 45
Binary 1110100 10011001 100011 11000 0 1001101 101000 1001111 111111 100101

Color Harmonies of #749923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749923

Black with #749923

Text Example


Text Example

White with #749923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749923; }

 p { color: rgb(116,153,35); }

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

background-color css

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

 a { background-color: rgb(116,153,35); }

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

border-color css

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

 span { border-color: rgb(116,153,35); }

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