#7F9421

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

Shades of Citron #7F9421

Tints of Citron #7F9421

Color information

#7F9421 (or 0x7F9421) is unknown color: approx Citron. HEX triplet: 7F, 94 and 21. RGB value is (127,148,33). Sum of RGB (Red+Green+Blue) = 127+148+33=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9421 is #806BDE. Grayscale: #818181. Windows color (decimal): -8416223 or 2200703. OLE color: 2200703.

HSL color Cylindrical-coordinate representation of color #7F9421: hue angle of 70.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9421 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB12714833-
CMYK0.1400.780.42
HSL70.96º63.54%35.49%-
HSV(B)70.96º77.7%58.04%-
XYZ19.6225.85.39-
YUV128.6174.04126.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.23%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=41.23%
G=48.05%
B=10.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127148330.1400.780.4270.9663.5435.49
Hex7F9421E04E2A474023
Octal177224411601165210710043
Binary11111111001010010000111100100111010101010001111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,148,33); }

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

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

 a { background-color: rgb(127,148,33); }

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

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

 span { border-color: rgb(127,148,33); }

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