Html Css Color HEX #7F9A1C Citron

📋 copy color: '#7F9A1C'

red 127 ◦ green 154 ◦ blue 28

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

Shades of Citron #7F9A1C

Tints of Citron #7F9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.84%

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

R = 41.1%
G = 49.84%
B = 9.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#7F9A1C (or 0x7F9A1C) is known color: Citron. HEX triplet: 7F, 9A and 1C. RGB value is (127,154,28). Sum of RGB (Red+Green+Blue) = 127+154+28=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9A1C is #8065E3. Grayscale: #848484. Windows color (decimal): -8414692 or 1874559. OLE color: 1874559.

HSL color Cylindrical-coordinate representation of color #7F9A1C: hue angle of 72.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F9A1C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 154 28 -
CMYK 0.18 0 0.82 0.40
HSL 72.86º 0.69% 0.36% -
HSV(B) 72.86º 0.82% 0.6% -
XYZ 20.52 27.71 5.37 -
YUV 131.56 69.55 124.75 -
System Red Green Blue C M Y K H S L
Decimal 127 154 28 0.18 0 0.82 0.40 72.86 0.69 0.36
Hex 7F 9A 1C 12 0 52 28 49 45 24
Octal 177 232 34 22 0 122 50 111 105 44
Binary 1111111 10011010 11100 10010 0 1010010 101000 1001001 1000101 100100

Color Harmonies of #7F9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9A1C

Black with #7F9A1C

Text Example


Text Example

White with #7F9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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