Html Css Color HEX #7F7B0B Olive

📋 copy color: '#7F7B0B'

red 127 ◦ green 123 ◦ blue 11

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

Shades of Olive #7F7B0B

Tints of Olive #7F7B0B

RGB

 RED value IS 127 (50% from 255) = 48.66%

 GREEN value IS 123 (48.44% from 255) = 47.13%

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

R = 48.66%
G = 47.13%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F7B0B (or 0x7F7B0B) is known color: Olive. HEX triplet: 7F, 7B and 0B. RGB value is (127,123,11). Sum of RGB (Red+Green+Blue) = 127+123+11=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7B0B is #8084F4. Grayscale: #6F6F6F. Windows color (decimal): -8422645 or 752511. OLE color: 752511.

HSL color Cylindrical-coordinate representation of color #7F7B0B: hue angle of 57.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F7B0B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 123 11 -
CMYK 0 0.03 0.91 0.50
HSL 57.93º 0.84% 0.27% -
HSV(B) 57.93º 0.91% 0.5% -
XYZ 15.9 18.7 3.09 -
YUV 111.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 127 123 11 0 0.03 0.91 0.50 57.93 0.84 0.27
Hex 7F 7B B 0 3 5B 32 3A 54 1B
Octal 177 173 13 0 3 133 62 72 124 33
Binary 1111111 1111011 1011 0 11 1011011 110010 111010 1010100 11011

Color Harmonies of #7F7B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7B0B

Black with #7F7B0B

Text Example


Text Example

White with #7F7B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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