Html Css Color HEX #7F941C Citron

📋 copy color: '#7F941C'

red 127 ◦ green 148 ◦ blue 28

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

Shades of Citron #7F941C

Tints of Citron #7F941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 41.91%
G = 48.84%
B = 9.24%

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

#7F941C (or 0x7F941C) is known color: Citron. HEX triplet: 7F, 94 and 1C. RGB value is (127,148,28). Sum of RGB (Red+Green+Blue) = 127+148+28=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #7F941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F941C is #806BE3. Grayscale: #808080. Windows color (decimal): -8416228 or 1873023. OLE color: 1873023.

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

Color convert

RGB 127 148 28 -
CMYK 0.14 0 0.81 0.42
HSL 70.5º 0.68% 0.35% -
HSV(B) 70.5º 0.81% 0.58% -
XYZ 19.55 25.78 5.04 -
YUV 128.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 127 148 28 0.14 0 0.81 0.42 70.5 0.68 0.35
Hex 7F 94 1C E 0 51 2A 46 44 23
Octal 177 224 34 16 0 121 52 106 104 43
Binary 1111111 10010100 11100 1110 0 1010001 101010 1000110 1000100 100011

Color Harmonies of #7F941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F941C

Black with #7F941C

Text Example


Text Example

White with #7F941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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