Html Css Color HEX #7C990A Citron

📋 copy color: '#7C990A'

red 124 ◦ green 153 ◦ blue 10

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

Shades of Citron #7C990A

Tints of Citron #7C990A

RGB

 RED value IS 124 (48.83% from 255) = 43.21%

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 43.21%
G = 53.31%
B = 3.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#7C990A (or 0x7C990A) is known color: Citron. HEX triplet: 7C, 99 and 0A. RGB value is (124,153,10). Sum of RGB (Red+Green+Blue) = 124+153+10=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #7C990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C990A is #8366F5. Grayscale: #808080. Windows color (decimal): -8611574 or 694652. OLE color: 694652.

HSL color Cylindrical-coordinate representation of color #7C990A: hue angle of 72.17º 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 #7C990A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 10 -
CMYK 0.19 0 0.93 0.4
HSL 72.17º 0.88% 0.32% -
HSV(B) 72.17º 0.93% 0.6% -
XYZ 19.76 27.09 4.47 -
YUV 128.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 124 153 10 0.19 0 0.93 0.4 72.17 0.88 0.32
Hex 7C 99 A 13 0 5D 28 48 58 20
Octal 174 231 12 23 0 135 50 110 130 40
Binary 1111100 10011001 1010 10011 0 1011101 101000 1001000 1011000 100000

Color Harmonies of #7C990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C990A

Black with #7C990A

Text Example


Text Example

White with #7C990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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