Html Css Color HEX #7B941D Olive Drab

📋 copy color: '#7B941D'

red 123 ◦ green 148 ◦ blue 29

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

Shades of Olive Drab #7B941D

Tints of Olive Drab #7B941D

RGB

 RED value IS 123 (48.44% from 255) = 41%

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 41%
G = 49.33%
B = 9.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7B941D (or 0x7B941D) is known color: Olive Drab. HEX triplet: 7B, 94 and 1D. RGB value is (123,148,29). Sum of RGB (Red+Green+Blue) = 123+148+29=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #7B941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B941D is #846BE2. Grayscale: #7F7F7F. Windows color (decimal): -8678371 or 1938555. OLE color: 1938555.

HSL color Cylindrical-coordinate representation of color #7B941D: hue angle of 72.61º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B941D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 29 -
CMYK 0.17 0 0.80 0.42
HSL 72.61º 0.67% 0.35% -
HSV(B) 72.61º 0.8% 0.58% -
XYZ 18.98 25.48 5.08 -
YUV 126.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 123 148 29 0.17 0 0.80 0.42 72.61 0.67 0.35
Hex 7B 94 1D 11 0 50 2A 49 43 23
Octal 173 224 35 21 0 120 52 111 103 43
Binary 1111011 10010100 11101 10001 0 1010000 101010 1001001 1000011 100011

Color Harmonies of #7B941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B941D

Black with #7B941D

Text Example


Text Example

White with #7B941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B941D; }

 p { color: rgb(123,148,29); }

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

background-color css

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

 a { background-color: rgb(123,148,29); }

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

border-color css

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

 span { border-color: rgb(123,148,29); }

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