Html Css Color HEX #7F9613 Citron

📋 copy color: '#7F9613'

red 127 ◦ green 150 ◦ blue 19

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

Shades of Citron #7F9613

Tints of Citron #7F9613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 42.91%
G = 50.68%
B = 6.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#7F9613 (or 0x7F9613) is known color: Citron. HEX triplet: 7F, 96 and 13. RGB value is (127,150,19). Sum of RGB (Red+Green+Blue) = 127+150+19=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9613 is #8069EC. Grayscale: #808080. Windows color (decimal): -8415725 or 1283711. OLE color: 1283711.

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

Color convert

RGB 127 150 19 -
CMYK 0.15 0 0.87 0.41
HSL 70.53º 0.78% 0.33% -
HSV(B) 70.53º 0.87% 0.59% -
XYZ 19.78 26.37 4.66 -
YUV 128.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 127 150 19 0.15 0 0.87 0.41 70.53 0.78 0.33
Hex 7F 96 13 F 0 57 29 47 4E 21
Octal 177 226 23 17 0 127 51 107 116 41
Binary 1111111 10010110 10011 1111 0 1010111 101001 1000111 1001110 100001

Color Harmonies of #7F9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9613

Black with #7F9613

Text Example


Text Example

White with #7F9613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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