Html Css Color HEX #7B951B Olive Drab

📋 copy color: '#7B951B'

red 123 ◦ green 149 ◦ blue 27

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

Shades of Olive Drab #7B951B

Tints of Olive Drab #7B951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 41.14%
G = 49.83%
B = 9.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#7B951B (or 0x7B951B) is known color: Olive Drab. HEX triplet: 7B, 95 and 1B. RGB value is (123,149,27). Sum of RGB (Red+Green+Blue) = 123+149+27=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #7B951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B951B is #846AE4. Grayscale: #7F7F7F. Windows color (decimal): -8678117 or 1807739. OLE color: 1807739.

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

Color convert

RGB 123 149 27 -
CMYK 0.17 0 0.82 0.42
HSL 72.79º 0.69% 0.35% -
HSV(B) 72.79º 0.82% 0.58% -
XYZ 19.11 25.78 5.01 -
YUV 127.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 123 149 27 0.17 0 0.82 0.42 72.79 0.69 0.35
Hex 7B 95 1B 11 0 52 2A 49 45 23
Octal 173 225 33 21 0 122 52 111 105 43
Binary 1111011 10010101 11011 10001 0 1010010 101010 1001001 1000101 100011

Color Harmonies of #7B951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B951B

Black with #7B951B

Text Example


Text Example

White with #7B951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,27); }

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

background-color css

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

 a { background-color: rgb(123,149,27); }

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

border-color css

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

 span { border-color: rgb(123,149,27); }

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