Html Css Color HEX #7F7306 Olive

📋 copy color: '#7F7306'

red 127 ◦ green 115 ◦ blue 6

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

Shades of Olive #7F7306

Tints of Olive #7F7306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 51.21%
G = 46.37%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#7F7306 (or 0x7F7306) is known color: Olive. HEX triplet: 7F, 73 and 06. RGB value is (127,115,6). Sum of RGB (Red+Green+Blue) = 127+115+6=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7306 is #808CF9. Grayscale: #6A6A6A. Windows color (decimal): -8424698 or 422783. OLE color: 422783.

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

Color convert

RGB 127 115 6 -
CMYK 0 0.09 0.95 0.50
HSL 54.05º 0.91% 0.26% -
HSV(B) 54.05º 0.95% 0.5% -
XYZ 14.92 16.79 2.63 -
YUV 106.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 127 115 6 0 0.09 0.95 0.50 54.05 0.91 0.26
Hex 7F 73 6 0 9 5F 32 36 5B 1A
Octal 177 163 6 0 11 137 62 66 133 32
Binary 1111111 1110011 110 0 1001 1011111 110010 110110 1011011 11010

Color Harmonies of #7F7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7306

Black with #7F7306

Text Example


Text Example

White with #7F7306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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