Html Css Color HEX #7F730A Olive

📋 copy color: '#7F730A'

red 127 ◦ green 115 ◦ blue 10

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

Shades of Olive #7F730A

Tints of Olive #7F730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 50.4%
G = 45.63%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#7F730A (or 0x7F730A) is known color: Olive. HEX triplet: 7F, 73 and 0A. RGB value is (127,115,10). Sum of RGB (Red+Green+Blue) = 127+115+10=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F730A is #808CF5. Grayscale: #6B6B6B. Windows color (decimal): -8424694 or 684927. OLE color: 684927.

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

Color convert

RGB 127 115 10 -
CMYK 0 0.09 0.92 0.50
HSL 53.85º 0.85% 0.27% -
HSV(B) 53.85º 0.92% 0.5% -
XYZ 14.94 16.8 2.74 -
YUV 106.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 127 115 10 0 0.09 0.92 0.50 53.85 0.85 0.27
Hex 7F 73 A 0 9 5C 32 36 55 1B
Octal 177 163 12 0 11 134 62 66 125 33
Binary 1111111 1110011 1010 0 1001 1011100 110010 110110 1010101 11011

Color Harmonies of #7F730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F730A

Black with #7F730A

Text Example


Text Example

White with #7F730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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