Html Css Color HEX #73942B Olive Drab

📋 copy color: '#73942B'

red 115 ◦ green 148 ◦ blue 43

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

Shades of Olive Drab #73942B

Tints of Olive Drab #73942B

RGB

 RED value IS 115 (45.31% from 255) = 37.58%

 GREEN value IS 148 (58.2% from 255) = 48.37%

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

R = 37.58%
G = 48.37%
B = 14.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#73942B (or 0x73942B) is known color: Olive Drab. HEX triplet: 73, 94 and 2B. RGB value is (115,148,43). Sum of RGB (Red+Green+Blue) = 115+148+43=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #73942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73942B is #8C6BD4. Grayscale: #7E7E7E. Windows color (decimal): -9202645 or 2856051. OLE color: 2856051.

HSL color Cylindrical-coordinate representation of color #73942B: hue angle of 78.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73942B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 43 -
CMYK 0.22 0 0.71 0.42
HSL 78.86º 0.55% 0.37% -
HSV(B) 78.86º 0.71% 0.58% -
XYZ 18.1 25 6.16 -
YUV 126.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 115 148 43 0.22 0 0.71 0.42 78.86 0.55 0.37
Hex 73 94 2B 16 0 47 2A 4F 37 25
Octal 163 224 53 26 0 107 52 117 67 45
Binary 1110011 10010100 101011 10110 0 1000111 101010 1001111 110111 100101

Color Harmonies of #73942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73942B

Black with #73942B

Text Example


Text Example

White with #73942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,148,43); }

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

background-color css

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

 a { background-color: rgb(115,148,43); }

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

border-color css

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

 span { border-color: rgb(115,148,43); }

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