Html Css Color HEX #7B850B Olive

📋 copy color: '#7B850B'

red 123 ◦ green 133 ◦ blue 11

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

Shades of Olive #7B850B

Tints of Olive #7B850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 46.07%
G = 49.81%
B = 4.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#7B850B (or 0x7B850B) is known color: Olive. HEX triplet: 7B, 85 and 0B. RGB value is (123,133,11). Sum of RGB (Red+Green+Blue) = 123+133+11=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #7B850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B850B is #847AF4. Grayscale: #747474. Windows color (decimal): -8682229 or 755067. OLE color: 755067.

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

Color convert

RGB 123 133 11 -
CMYK 0.08 0 0.92 0.48
HSL 64.92º 0.85% 0.28% -
HSV(B) 64.92º 0.92% 0.52% -
XYZ 16.62 21.01 3.5 -
YUV 116.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 123 133 11 0.08 0 0.92 0.48 64.92 0.85 0.28
Hex 7B 85 B 8 0 5C 30 41 55 1C
Octal 173 205 13 10 0 134 60 101 125 34
Binary 1111011 10000101 1011 1000 0 1011100 110000 1000001 1010101 11100

Color Harmonies of #7B850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B850B

Black with #7B850B

Text Example


Text Example

White with #7B850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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