Html Css Color HEX #7F9320 Citron

📋 copy color: '#7F9320'

red 127 ◦ green 147 ◦ blue 32

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

Shades of Citron #7F9320

Tints of Citron #7F9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

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

R = 41.5%
G = 48.04%
B = 10.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#7F9320 (or 0x7F9320) is known color: Citron. HEX triplet: 7F, 93 and 20. RGB value is (127,147,32). Sum of RGB (Red+Green+Blue) = 127+147+32=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9320 is #806CDF. Grayscale: #808080. Windows color (decimal): -8416480 or 2134911. OLE color: 2134911.

HSL color Cylindrical-coordinate representation of color #7F9320: hue angle of 70.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9320 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 32 -
CMYK 0.14 0 0.78 0.42
HSL 70.43º 0.64% 0.35% -
HSV(B) 70.43º 0.78% 0.58% -
XYZ 19.45 25.48 5.26 -
YUV 127.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 127 147 32 0.14 0 0.78 0.42 70.43 0.64 0.35
Hex 7F 93 20 E 0 4E 2A 46 40 23
Octal 177 223 40 16 0 116 52 106 100 43
Binary 1111111 10010011 100000 1110 0 1001110 101010 1000110 1000000 100011

Color Harmonies of #7F9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9320

Black with #7F9320

Text Example


Text Example

White with #7F9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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