Html Css Color HEX #7B8504 Olive

📋 copy color: '#7B8504'

red 123 ◦ green 133 ◦ blue 4

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

Shades of Olive #7B8504

Tints of Olive #7B8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 47.31%
G = 51.15%
B = 1.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#7B8504 (or 0x7B8504) is known color: Olive. HEX triplet: 7B, 85 and 04. RGB value is (123,133,4). Sum of RGB (Red+Green+Blue) = 123+133+4=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8504 is #847AFB. Grayscale: #737373. Windows color (decimal): -8682236 or 296315. OLE color: 296315.

HSL color Cylindrical-coordinate representation of color #7B8504: hue angle of 64.65º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B8504 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 133 4 -
CMYK 0.08 0 0.97 0.48
HSL 64.65º 0.94% 0.27% -
HSV(B) 64.65º 0.97% 0.52% -
XYZ 16.58 20.99 3.29 -
YUV 115.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 123 133 4 0.08 0 0.97 0.48 64.65 0.94 0.27
Hex 7B 85 4 8 0 61 30 41 5E 1B
Octal 173 205 4 10 0 141 60 101 136 33
Binary 1111011 10000101 100 1000 0 1100001 110000 1000001 1011110 11011

Color Harmonies of #7B8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8504

Black with #7B8504

Text Example


Text Example

White with #7B8504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,133,4); }

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

background-color css

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

 a { background-color: rgb(123,133,4); }

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

border-color css

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

 span { border-color: rgb(123,133,4); }

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