Html Css Color HEX #74882B Olive Drab

📋 copy color: '#74882B'

red 116 ◦ green 136 ◦ blue 43

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

Shades of Olive Drab #74882B

Tints of Olive Drab #74882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 39.32%
G = 46.1%
B = 14.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#74882B (or 0x74882B) is known color: Olive Drab. HEX triplet: 74, 88 and 2B. RGB value is (116,136,43). Sum of RGB (Red+Green+Blue) = 116+136+43=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #74882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74882B is #8B77D4. Grayscale: #777777. Windows color (decimal): -9140181 or 2852980. OLE color: 2852980.

HSL color Cylindrical-coordinate representation of color #74882B: hue angle of 72.9º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74882B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 43 -
CMYK 0.15 0 0.68 0.47
HSL 72.9º 0.52% 0.35% -
HSV(B) 72.9º 0.68% 0.53% -
XYZ 16.44 21.5 5.57 -
YUV 119.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 116 136 43 0.15 0 0.68 0.47 72.9 0.52 0.35
Hex 74 88 2B F 0 44 2F 49 34 23
Octal 164 210 53 17 0 104 57 111 64 43
Binary 1110100 10001000 101011 1111 0 1000100 101111 1001001 110100 100011

Color Harmonies of #74882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74882B

Black with #74882B

Text Example


Text Example

White with #74882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74882B; }

 p { color: rgb(116,136,43); }

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

background-color css

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

 a { background-color: rgb(116,136,43); }

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

border-color css

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

 span { border-color: rgb(116,136,43); }

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