Html Css Color HEX #7F9913 Citron

📋 copy color: '#7F9913'

red 127 ◦ green 153 ◦ blue 19

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

Shades of Citron #7F9913

Tints of Citron #7F9913

RGB

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

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

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

R = 42.47%
G = 51.17%
B = 6.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#7F9913 (or 0x7F9913) is known color: Citron. HEX triplet: 7F, 99 and 13. RGB value is (127,153,19). Sum of RGB (Red+Green+Blue) = 127+153+19=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9913 is #8066EC. Grayscale: #828282. Windows color (decimal): -8414957 or 1284479. OLE color: 1284479.

HSL color Cylindrical-coordinate representation of color #7F9913: hue angle of 71.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F9913 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 19 -
CMYK 0.17 0 0.88 0.4
HSL 71.64º 0.78% 0.34% -
HSV(B) 71.64º 0.88% 0.6% -
XYZ 20.26 27.34 4.83 -
YUV 129.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 127 153 19 0.17 0 0.88 0.4 71.64 0.78 0.34
Hex 7F 99 13 11 0 58 28 48 4E 22
Octal 177 231 23 21 0 130 50 110 116 42
Binary 1111111 10011001 10011 10001 0 1011000 101000 1001000 1001110 100010

Color Harmonies of #7F9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9913

Black with #7F9913

Text Example


Text Example

White with #7F9913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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