#7F920E

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

Shades of Citron #7F920E

Tints of Citron #7F920E

Color information

#7F920E (or 0x7F920E) is unknown color: approx Citron. HEX triplet: 7F, 92 and 0E. RGB value is (127,146,14). Sum of RGB (Red+Green+Blue) = 127+146+14=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #7F920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F920E is #806DF1. Grayscale: #7D7D7D. Windows color (decimal): -8416754 or 955007. OLE color: 955007.

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

Color convert

RGB12714614-
CMYK0.1300.900.43
HSL68.64º82.5%31.37%-
HSV(B)68.64º90.41%57.25%-
XYZ19.1125.14.25-
YUV125.2765.21129.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 14 (5.86% from 255) = 4.88%
R=44.25%
G=50.87%
B=4.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127146140.1300.900.4368.6482.531.37
Hex7F92ED05A2B45521f
Octal177222161501325310512237
Binary11111111001001011101101010110101010111000101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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