Html Css Color HEX #7F981F Citron

📋 copy color: '#7F981F'

red 127 ◦ green 152 ◦ blue 31

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

Shades of Citron #7F981F

Tints of Citron #7F981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 40.97%
G = 49.03%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#7F981F (or 0x7F981F) is known color: Citron. HEX triplet: 7F, 98 and 1F. RGB value is (127,152,31). Sum of RGB (Red+Green+Blue) = 127+152+31=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #7F981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F981F is #8067E0. Grayscale: #838383. Windows color (decimal): -8415201 or 2070655. OLE color: 2070655.

HSL color Cylindrical-coordinate representation of color #7F981F: hue angle of 72.4º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F981F is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 31 -
CMYK 0.16 0 0.80 0.40
HSL 72.4º 0.66% 0.36% -
HSV(B) 72.4º 0.8% 0.6% -
XYZ 20.23 27.07 5.45 -
YUV 130.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 127 152 31 0.16 0 0.80 0.40 72.4 0.66 0.36
Hex 7F 98 1F 10 0 50 28 48 42 24
Octal 177 230 37 20 0 120 50 110 102 44
Binary 1111111 10011000 11111 10000 0 1010000 101000 1001000 1000010 100100

Color Harmonies of #7F981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F981F

Black with #7F981F

Text Example


Text Example

White with #7F981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,31); }

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

background-color css

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

 a { background-color: rgb(127,152,31); }

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

border-color css

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

 span { border-color: rgb(127,152,31); }

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