#7F9521

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

Shades of Citron #7F9521

Tints of Citron #7F9521

Color information

#7F9521 (or 0x7F9521) is unknown color: approx Citron. HEX triplet: 7F, 95 and 21. RGB value is (127,149,33). Sum of RGB (Red+Green+Blue) = 127+149+33=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9521 is #806ADE. Grayscale: #818181. Windows color (decimal): -8415967 or 2200959. OLE color: 2200959.

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

Color convert

RGB12714933-
CMYK0.1500.780.42
HSL71.38º63.74%35.69%-
HSV(B)71.38º77.85%58.43%-
XYZ19.7726.125.44-
YUV129.273.71126.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=41.10%
G=48.22%
B=10.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127149330.1500.780.4271.3863.7435.69
Hex7F9521F04E2A474024
Octal177225411701165210710044
Binary11111111001010110000111110100111010101010001111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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