#7F9914

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

Shades of Citron #7F9914

Tints of Citron #7F9914

Color information

#7F9914 (or 0x7F9914) is unknown color: approx Citron. HEX triplet: 7F, 99 and 14. RGB value is (127,153,20). Sum of RGB (Red+Green+Blue) = 127+153+20=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9914 is #8066EB. Grayscale: #828282. Windows color (decimal): -8414956 or 1350015. OLE color: 1350015.

HSL color Cylindrical-coordinate representation of color #7F9914: hue angle of 71.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F9914 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB12715320-
CMYK0.1700.870.4
HSL71.73º76.88%33.92%-
HSV(B)71.73º86.93%60%-
XYZ20.2727.344.87-
YUV130.0665.89125.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.33%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=42.33%
G=51%
B=6.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127153200.1700.870.471.7376.8833.92
Hex7F99141105728484d22
Octal177231242101275011011542
Binary11111111001100110100100010101011110100010010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,153,20); }

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

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

 a { background-color: rgb(127,153,20); }

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

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

 span { border-color: rgb(127,153,20); }

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