Html Css Color HEX #7B7601 Olive

📋 copy color: '#7B7601'

red 123 ◦ green 118 ◦ blue 1

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

Shades of Olive #7B7601

Tints of Olive #7B7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 50.83%
G = 48.76%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B7601 (or 0x7B7601) is known color: Olive. HEX triplet: 7B, 76 and 01. RGB value is (123,118,1). Sum of RGB (Red+Green+Blue) = 123+118+1=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7601 is #8489FE. Grayscale: #6A6A6A. Windows color (decimal): -8686079 or 95867. OLE color: 95867.

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

Color convert

RGB 123 118 1 -
CMYK 0 0.04 0.99 0.52
HSL 57.54º 0.98% 0.24% -
HSV(B) 57.54º 0.99% 0.48% -
XYZ 14.65 17.17 2.57 -
YUV 106.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 123 118 1 0 0.04 0.99 0.52 57.54 0.98 0.24
Hex 7B 76 1 0 4 63 34 3A 62 18
Octal 173 166 1 0 4 143 64 72 142 30
Binary 1111011 1110110 1 0 100 1100011 110100 111010 1100010 11000

Color Harmonies of #7B7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7601

Black with #7B7601

Text Example


Text Example

White with #7B7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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