Html Css Color HEX #7F931C Citron

📋 copy color: '#7F931C'

red 127 ◦ green 147 ◦ blue 28

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

Shades of Citron #7F931C

Tints of Citron #7F931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 42.05%
G = 48.68%
B = 9.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#7F931C (or 0x7F931C) is known color: Citron. HEX triplet: 7F, 93 and 1C. RGB value is (127,147,28). Sum of RGB (Red+Green+Blue) = 127+147+28=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #7F931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F931C is #806CE3. Grayscale: #7F7F7F. Windows color (decimal): -8416484 or 1872767. OLE color: 1872767.

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

Color convert

RGB 127 147 28 -
CMYK 0.14 0 0.81 0.42
HSL 70.08º 0.68% 0.34% -
HSV(B) 70.08º 0.81% 0.58% -
XYZ 19.4 25.46 4.99 -
YUV 127.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 127 147 28 0.14 0 0.81 0.42 70.08 0.68 0.34
Hex 7F 93 1C E 0 51 2A 46 44 22
Octal 177 223 34 16 0 121 52 106 104 42
Binary 1111111 10010011 11100 1110 0 1010001 101010 1000110 1000100 100010

Color Harmonies of #7F931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F931C

Black with #7F931C

Text Example


Text Example

White with #7F931C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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