Html Css Color HEX #7F730B Olive

📋 copy color: '#7F730B'

red 127 ◦ green 115 ◦ blue 11

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

Shades of Olive #7F730B

Tints of Olive #7F730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 50.2%
G = 45.45%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F730B (or 0x7F730B) is known color: Olive. HEX triplet: 7F, 73 and 0B. RGB value is (127,115,11). Sum of RGB (Red+Green+Blue) = 127+115+11=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F730B is #808CF4. Grayscale: #6B6B6B. Windows color (decimal): -8424693 or 750463. OLE color: 750463.

HSL color Cylindrical-coordinate representation of color #7F730B: hue angle of 53.79º 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 #7F730B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 115 11 -
CMYK 0 0.09 0.91 0.50
HSL 53.79º 0.84% 0.27% -
HSV(B) 53.79º 0.91% 0.5% -
XYZ 14.94 16.8 2.77 -
YUV 106.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 127 115 11 0 0.09 0.91 0.50 53.79 0.84 0.27
Hex 7F 73 B 0 9 5B 32 36 54 1B
Octal 177 163 13 0 11 133 62 66 124 33
Binary 1111111 1110011 1011 0 1001 1011011 110010 110110 1010100 11011

Color Harmonies of #7F730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F730B

Black with #7F730B

Text Example


Text Example

White with #7F730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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