#7F970C

Color #7F970C Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #7F970C

Tints of Citron #7F970C

Color information

#7F970C (or 0x7F970C) is unknown color: approx Citron. HEX triplet: 7F, 97 and 0C. RGB value is (127,151,12). Sum of RGB (Red+Green+Blue) = 127+151+12=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #7F970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F970C is #8068F3. Grayscale: #808080. Windows color (decimal): -8415476 or 825215. OLE color: 825215.

HSL color Cylindrical-coordinate representation of color #7F970C: hue angle of 70.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F970C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB12715112-
CMYK0.1600.920.41
HSL70.36º85.28%31.96%-
HSV(B)70.36º92.05%59.22%-
XYZ19.8926.674.45-
YUV127.9862.55127.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.79%
GREEN value IS 151 (59.38% from 255) = 52.07%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=43.79%
G=52.07%
B=4.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127151120.1600.920.4170.3685.2831.96
Hex7F97C1005C29465520
Octal177227142001345110612540
Binary1111111100101111100100000101110010100110001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,151,12); }

 H1.HeaderClassName
 {
   color: #7F970C;
 }
 .AnyTagClassName
 {
   color: #7F970C;
 }
</style>
background-color css

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

 a { background-color: rgb(127,151,12); }

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

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

 span { border-color: rgb(127,151,12); }

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