Html Css Color HEX #7B7612 Olive

📋 copy color: '#7B7612'

red 123 ◦ green 118 ◦ blue 18

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

Shades of Olive #7B7612

Tints of Olive #7B7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 47.49%
G = 45.56%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B7612 (or 0x7B7612) is known color: Olive. HEX triplet: 7B, 76 and 12. RGB value is (123,118,18). Sum of RGB (Red+Green+Blue) = 123+118+18=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7612 is #8489ED. Grayscale: #6C6C6C. Windows color (decimal): -8686062 or 1209979. OLE color: 1209979.

HSL color Cylindrical-coordinate representation of color #7B7612: hue angle of 57.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B7612 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 118 18 -
CMYK 0 0.04 0.85 0.52
HSL 57.14º 0.74% 0.28% -
HSV(B) 57.14º 0.85% 0.48% -
XYZ 14.76 17.21 3.12 -
YUV 108.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 123 118 18 0 0.04 0.85 0.52 57.14 0.74 0.28
Hex 7B 76 12 0 4 55 34 39 4A 1C
Octal 173 166 22 0 4 125 64 71 112 34
Binary 1111011 1110110 10010 0 100 1010101 110100 111001 1001010 11100

Color Harmonies of #7B7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7612

Black with #7B7612

Text Example


Text Example

White with #7B7612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,18); }

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

background-color css

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

 a { background-color: rgb(123,118,18); }

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

border-color css

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

 span { border-color: rgb(123,118,18); }

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