#7D990E

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

Shades of Citron #7D990E

Tints of Citron #7D990E

Color information

#7D990E (or 0x7D990E) is unknown color: approx Citron. HEX triplet: 7D, 99 and 0E. RGB value is (125,153,14). Sum of RGB (Red+Green+Blue) = 125+153+14=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #7D990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D990E is #8266F1. Grayscale: #818181. Windows color (decimal): -8546034 or 956797. OLE color: 956797.

HSL color Cylindrical-coordinate representation of color #7D990E: hue angle of 72.09º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D990E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB12515314-
CMYK0.1800.910.4
HSL72.09º83.23%32.75%-
HSV(B)72.09º90.85%60%-
XYZ19.9327.174.61-
YUV128.7863.22125.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.81%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=42.81%
G=52.40%
B=4.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153140.1800.910.472.0983.2332.75
Hex7D99E1205B28485321
Octal175231162201335011012341
Binary1111101100110011110100100101101110100010010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,14); }

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

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

 a { background-color: rgb(125,153,14); }

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

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

 span { border-color: rgb(125,153,14); }

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