Html Css Color HEX #7F9620 Citron

📋 copy color: '#7F9620'

red 127 ◦ green 150 ◦ blue 32

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

Shades of Citron #7F9620

Tints of Citron #7F9620

RGB

 RED value IS 127 (50% from 255) = 41.1%

 GREEN value IS 150 (58.98% from 255) = 48.54%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 41.1%
G = 48.54%
B = 10.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#7F9620 (or 0x7F9620) is known color: Citron. HEX triplet: 7F, 96 and 20. RGB value is (127,150,32). Sum of RGB (Red+Green+Blue) = 127+150+32=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9620 is #8069DF. Grayscale: #828282. Windows color (decimal): -8415712 or 2135679. OLE color: 2135679.

HSL color Cylindrical-coordinate representation of color #7F9620: hue angle of 71.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F9620 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 150 32 -
CMYK 0.15 0 0.79 0.41
HSL 71.69º 0.65% 0.36% -
HSV(B) 71.69º 0.79% 0.59% -
XYZ 19.92 26.43 5.42 -
YUV 129.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 127 150 32 0.15 0 0.79 0.41 71.69 0.65 0.36
Hex 7F 96 20 F 0 4F 29 48 41 24
Octal 177 226 40 17 0 117 51 110 101 44
Binary 1111111 10010110 100000 1111 0 1001111 101001 1001000 1000001 100100

Color Harmonies of #7F9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9620

Black with #7F9620

Text Example


Text Example

White with #7F9620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,150,32); }

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

background-color css

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

 a { background-color: rgb(127,150,32); }

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

border-color css

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

 span { border-color: rgb(127,150,32); }

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