Html Css Color HEX #7B7005 Olive

📋 copy color: '#7B7005'

red 123 ◦ green 112 ◦ blue 5

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

Shades of Olive #7B7005

Tints of Olive #7B7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 51.25%
G = 46.67%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B7005 (or 0x7B7005) is known color: Olive. HEX triplet: 7B, 70 and 05. RGB value is (123,112,5). Sum of RGB (Red+Green+Blue) = 123+112+5=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7005 is #848FFA. Grayscale: #676767. Windows color (decimal): -8687611 or 356475. OLE color: 356475.

HSL color Cylindrical-coordinate representation of color #7B7005: hue angle of 54.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B7005 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 5 -
CMYK 0 0.09 0.96 0.52
HSL 54.41º 0.92% 0.25% -
HSV(B) 54.41º 0.96% 0.48% -
XYZ 13.99 15.81 2.46 -
YUV 103.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 123 112 5 0 0.09 0.96 0.52 54.41 0.92 0.25
Hex 7B 70 5 0 9 60 34 36 5C 19
Octal 173 160 5 0 11 140 64 66 134 31
Binary 1111011 1110000 101 0 1001 1100000 110100 110110 1011100 11001

Color Harmonies of #7B7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7005

Black with #7B7005

Text Example


Text Example

White with #7B7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,5); }

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

background-color css

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

 a { background-color: rgb(123,112,5); }

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

border-color css

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

 span { border-color: rgb(123,112,5); }

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