Html Css Color HEX #7D990C Citron

📋 copy color: '#7D990C'

red 125 ◦ green 153 ◦ blue 12

#7D990C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #7D990C

Tints of Citron #7D990C

RGB

 RED value IS 125 (49.22% from 255) = 43.1%

 GREEN value IS 153 (60.16% from 255) = 52.76%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 43.1%
G = 52.76%
B = 4.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#7D990C (or 0x7D990C) is known color: Citron. HEX triplet: 7D, 99 and 0C. RGB value is (125,153,12). Sum of RGB (Red+Green+Blue) = 125+153+12=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #7D990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D990C is #8266F3. Grayscale: #818181. Windows color (decimal): -8546036 or 825725. OLE color: 825725.

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

Color convert

RGB 125 153 12 -
CMYK 0.18 0 0.92 0.4
HSL 71.91º 0.85% 0.32% -
HSV(B) 71.91º 0.92% 0.6% -
XYZ 19.92 27.17 4.54 -
YUV 128.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 125 153 12 0.18 0 0.92 0.4 71.91 0.85 0.32
Hex 7D 99 C 12 0 5C 28 48 55 20
Octal 175 231 14 22 0 134 50 110 125 40
Binary 1111101 10011001 1100 10010 0 1011100 101000 1001000 1010101 100000

Color Harmonies of #7D990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D990C

Black with #7D990C

Text Example


Text Example

White with #7D990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D990C;
 }
 .AnyTagClassName
 {
   color: #7D990C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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