Html Css Color HEX #7F9914 Citron

📋 copy color: '#7F9914'

red 127 ◦ green 153 ◦ blue 20

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

Shades of Citron #7F9914

Tints of Citron #7F9914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 42.33%
G = 51%
B = 6.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#7F9914 (or 0x7F9914) is known color: Citron. HEX triplet: 7F, 99 and 14. RGB value is (127,153,20). Sum of RGB (Red+Green+Blue) = 127+153+20=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9914 is #8066EB. Grayscale: #828282. Windows color (decimal): -8414956 or 1350015. OLE color: 1350015.

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

Color convert

RGB 127 153 20 -
CMYK 0.17 0 0.87 0.4
HSL 71.73º 0.77% 0.34% -
HSV(B) 71.73º 0.87% 0.6% -
XYZ 20.27 27.35 4.87 -
YUV 130.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 127 153 20 0.17 0 0.87 0.4 71.73 0.77 0.34
Hex 7F 99 14 11 0 57 28 48 4D 22
Octal 177 231 24 21 0 127 50 110 115 42
Binary 1111111 10011001 10100 10001 0 1010111 101000 1001000 1001101 100010

Color Harmonies of #7F9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9914

Black with #7F9914

Text Example


Text Example

White with #7F9914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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