#7D990A

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

Shades of Citron #7D990A

Tints of Citron #7D990A

Color information

#7D990A (or 0x7D990A) is unknown color: approx Citron. HEX triplet: 7D, 99 and 0A. RGB value is (125,153,10). Sum of RGB (Red+Green+Blue) = 125+153+10=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #7D990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D990A is #8266F5. Grayscale: #808080. Windows color (decimal): -8546038 or 694653. OLE color: 694653.

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

Color convert

RGB12515310-
CMYK0.1800.930.4
HSL71.75º87.73%31.96%-
HSV(B)71.75º93.46%60%-
XYZ19.927.164.48-
YUV128.3361.22125.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 153 (60.16% from 255) = 53.12%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=43.40%
G=53.12%
B=3.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153100.1800.930.471.7587.7331.96
Hex7D99A1205D28485820
Octal175231122201355011013040
Binary1111101100110011010100100101110110100010010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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