Html Css Color HEX #7F9311 Citron

📋 copy color: '#7F9311'

red 127 ◦ green 147 ◦ blue 17

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

Shades of Citron #7F9311

Tints of Citron #7F9311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 43.64%
G = 50.52%
B = 5.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#7F9311 (or 0x7F9311) is known color: Citron. HEX triplet: 7F, 93 and 11. RGB value is (127,147,17). Sum of RGB (Red+Green+Blue) = 127+147+17=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9311 is #806CEE. Grayscale: #7E7E7E. Windows color (decimal): -8416495 or 1151871. OLE color: 1151871.

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

Color convert

RGB 127 147 17 -
CMYK 0.14 0 0.88 0.42
HSL 69.23º 0.79% 0.32% -
HSV(B) 69.23º 0.88% 0.58% -
XYZ 19.29 25.42 4.42 -
YUV 126.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 127 147 17 0.14 0 0.88 0.42 69.23 0.79 0.32
Hex 7F 93 11 E 0 58 2A 45 4F 20
Octal 177 223 21 16 0 130 52 105 117 40
Binary 1111111 10010011 10001 1110 0 1011000 101010 1000101 1001111 100000

Color Harmonies of #7F9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9311

Black with #7F9311

Text Example


Text Example

White with #7F9311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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