#7F920D

Color #7F920D Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7F920D

Tints of Olive #7F920D

Color information

#7F920D (or 0x7F920D) is unknown color: approx Olive. HEX triplet: 7F, 92 and 0D. RGB value is (127,146,13). Sum of RGB (Red+Green+Blue) = 127+146+13=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #7F920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F920D is #806DF2. Grayscale: #7D7D7D. Windows color (decimal): -8416755 or 889471. OLE color: 889471.

HSL color Cylindrical-coordinate representation of color #7F920D: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F920D is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB12714613-
CMYK0.1300.910.43
HSL68.57º83.65%31.18%-
HSV(B)68.57º91.1%57.25%-
XYZ19.125.14.22-
YUV125.1664.71129.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=44.41%
G=51.05%
B=4.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127146130.1300.910.4368.5783.6531.18
Hex7F92DD05B2B45541f
Octal177222151501335310512437
Binary11111111001001011011101010110111010111000101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,146,13); }

 H1.HeaderClassName
 {
   color: #7F920D;
 }
 .AnyTagClassName
 {
   color: #7F920D;
 }
</style>
background-color css

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

 a { background-color: rgb(127,146,13); }

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

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

 span { border-color: rgb(127,146,13); }

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